Coverage for apps/fhir/bluebutton/tests/data_conformance.py : 0%
Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
|
#!/usr/bin/env python # -*- coding: utf-8 -*- # vim: ai ts=4 sts=4 et sw=4
""" hhs_oauth_server FILE: data_conformance Created: 7/19/16 6:37 PM
<<<<<<< HEAD File created by: Mark Scirmshire @ekivemark
""" # TODO: Could be problem dealing with \" embedded in Conformance Response
# flake8: noqa
# flake8: noqa
CONFORMANCE = """ { "resourceType":"Conformance", "publisher":"Not provided", "date":"2016-07-19T22:37:51+00:00", "kind":"instance", "software":{ "name":"HAPI FHIR Server", "version":"1.4-SNAPSHOT" }, "implementation":{ "description":"Example Server" }, "fhirVersion":"1.0.2", "acceptUnknown":"extensions", "format":[ "application/xml+fhir", "application/json+fhir" ], "rest":[ { "mode":"server", "resource":[ { "type":"Account", "profile":{ "reference":"http://hl7.org/fhir/Profile/Account" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "Account:owner", "Account:patient", "Account:subject" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"balance", "type":"quantity", "documentation":"How much is in account?" }, { "name":"identifier", "type":"token", "documentation":"Account number" }, { "name":"name", "type":"string", "documentation":"Human-readable label" }, { "name":"owner", "type":"reference", "documentation":"Who is responsible?", "target":[ "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"patient", "type":"reference", "documentation":"What is account tied to?", "target":[ "Patient", "Device", "Practitioner", "Location", "HealthcareService", "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type", "_id", "_language", "characteristic", "identifier", "location", "name", "organization", "programname", "servicecategory", "servicetype", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"period", "type":"date", "documentation":"Transaction window" }, { "name":"status", "type":"token", "documentation":"active | inactive" }, { "name":"subject", "type":"reference", "documentation":"What is account tied to?", "target":[ "Patient", "Device", "Practitioner", "Location", "HealthcareService", "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type", "_id", "_language", "characteristic", "identifier", "location", "name", "organization", "programname", "servicecategory", "servicetype", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"type", "type":"token", "documentation":"E.g. patient, expense, depreciation" } ] }, { "type":"AllergyIntolerance", "profile":{ "reference":"http://hl7.org/fhir/Profile/AllergyIntolerance" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "AllergyIntolerance:patient", "AllergyIntolerance:recorder", "AllergyIntolerance:reporter" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"category", "type":"token", "documentation":"food | medication | environment | other - Category of Substance" }, { "name":"criticality", "type":"token", "documentation":"CRITL | CRITH | CRITU" }, { "name":"date", "type":"date", "documentation":"When recorded" }, { "name":"identifier", "type":"token", "documentation":"External ids for this item" }, { "name":"last-date", "type":"date", "documentation":"Date(/time) of last known occurrence of a reaction" }, { "name":"manifestation", "type":"token", "documentation":"Clinical symptoms/signs associated with the Event" }, { "name":"onset", "type":"date", "documentation":"Date(/time) when manifestations showed" }, { "name":"patient", "type":"reference", "documentation":"Who the sensitivity is for", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"recorder", "type":"reference", "documentation":"Who recorded the sensitivity", "target":[ "Practitioner", "Patient" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"reporter", "type":"reference", "documentation":"Source of the information about the allergy", "target":[ "Patient", "RelatedPerson", "Practitioner" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom" ] }, { "name":"route", "type":"token", "documentation":"How the subject was exposed to the substance" }, { "name":"severity", "type":"token", "documentation":"mild | moderate | severe (of event as a whole)" }, { "name":"status", "type":"token", "documentation":"active | unconfirmed | confirmed | inactive | resolved | refuted | entered-in-error" }, { "name":"substance", "type":"token", "documentation":"Substance, (or class) considered to be responsible for risk" }, { "name":"type", "type":"token", "documentation":"allergy | intolerance - Underlying mechanism (if known)" } ] }, { "extension":[ { "url":"http://hl7api.sourceforge.net/hapi-fhir/res/extdefs.html#resourceCount", "valueDecimal":2 } ], "type":"Appointment", "profile":{ "reference":"http://hl7.org/fhir/Profile/Appointment" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "Appointment:actor", "Appointment:location", "Appointment:patient", "Appointment:practitioner" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"actor", "type":"reference", "documentation":"Any one of the individuals participating in the appointment", "target":[ "Patient", "Practitioner", "RelatedPerson", "Device", "HealthcareService", "Location" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "characteristic", "identifier", "location", "name", "organization", "programname", "servicecategory", "servicetype", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type" ] }, { "name":"date", "type":"date", "documentation":"Appointment date/time." }, { "name":"identifier", "type":"token", "documentation":"An Identifier of the Appointment" }, { "name":"location", "type":"reference", "documentation":"This location is listed in the participants of the appointment", "target":[ "Patient", "Practitioner", "RelatedPerson", "Device", "HealthcareService", "Location" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "characteristic", "identifier", "location", "name", "organization", "programname", "servicecategory", "servicetype", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type" ] }, { "name":"part-status", "type":"token", "documentation":"The Participation status of the subject, or other participant on the appointment. Can be used to locate participants that have not responded to meeting requests." }, { "name":"patient", "type":"reference", "documentation":"One of the individuals of the appointment is this patient", "target":[ "Patient", "Practitioner", "RelatedPerson", "Device", "HealthcareService", "Location" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "characteristic", "identifier", "location", "name", "organization", "programname", "servicecategory", "servicetype", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type" ] }, { "name":"practitioner", "type":"reference", "documentation":"One of the individuals of the appointment is this practitioner", "target":[ "Patient", "Practitioner", "RelatedPerson", "Device", "HealthcareService", "Location" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "characteristic", "identifier", "location", "name", "organization", "programname", "servicecategory", "servicetype", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type" ] }, { "name":"status", "type":"token", "documentation":"The overall status of the appointment" } ] }, { "type":"AppointmentResponse", "profile":{ "reference":"http://hl7.org/fhir/Profile/AppointmentResponse" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "AppointmentResponse:actor", "AppointmentResponse:appointment", "AppointmentResponse:location", "AppointmentResponse:patient", "AppointmentResponse:practitioner" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"actor", "type":"reference", "documentation":"The Person, Location/HealthcareService or Device that this appointment response replies for", "target":[ "Patient", "Practitioner", "RelatedPerson", "Device", "HealthcareService", "Location" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "characteristic", "identifier", "location", "name", "organization", "programname", "servicecategory", "servicetype", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type" ] }, { "name":"appointment", "type":"reference", "documentation":"The appointment that the response is attached to", "target":[ "Appointment" ], "chain":[ "_id", "_language", "actor", "date", "identifier", "location", "part-status", "patient", "practitioner", "status" ] }, { "name":"identifier", "type":"token", "documentation":"An Identifier in this appointment response" }, { "name":"location", "type":"reference", "documentation":"This Response is for this Location", "target":[ "Patient", "Practitioner", "RelatedPerson", "Device", "HealthcareService", "Location" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "characteristic", "identifier", "location", "name", "organization", "programname", "servicecategory", "servicetype", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type" ] }, { "name":"part-status", "type":"token", "documentation":"The participants acceptance status for this appointment" }, { "name":"patient", "type":"reference", "documentation":"This Response is for this Patient", "target":[ "Patient", "Practitioner", "RelatedPerson", "Device", "HealthcareService", "Location" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "characteristic", "identifier", "location", "name", "organization", "programname", "servicecategory", "servicetype", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type" ] }, { "name":"practitioner", "type":"reference", "documentation":"This Response is for this Practitioner", "target":[ "Patient", "Practitioner", "RelatedPerson", "Device", "HealthcareService", "Location" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "characteristic", "identifier", "location", "name", "organization", "programname", "servicecategory", "servicetype", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type" ] } ] }, { "type":"AuditEvent", "profile":{ "reference":"http://hl7.org/fhir/Profile/AuditEvent" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "AuditEvent:participant", "AuditEvent:patient", "AuditEvent:reference" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"action", "type":"token", "documentation":"Type of action performed during the event" }, { "name":"address", "type":"token", "documentation":"Identifier for the network access point of the user device" }, { "name":"altid", "type":"token", "documentation":"Alternative User id e.g. authentication" }, { "name":"date", "type":"date", "documentation":"Time when the event occurred on source" }, { "name":"desc", "type":"string", "documentation":"Descriptor for entity" }, { "name":"identity", "type":"token", "documentation":"Specific instance of object (e.g. versioned)" }, { "name":"name", "type":"string", "documentation":"Human-meaningful name for the user" }, { "name":"object-type", "type":"token", "documentation":"Type of object involved" }, { "name":"participant", "type":"reference", "documentation":"Direct reference to resource", "target":[ "Practitioner", "Organization", "Device", "Patient", "RelatedPerson" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom" ] }, { "name":"patient", "type":"reference", "documentation":"Direct reference to resource" }, { "name":"policy", "type":"uri", "documentation":"Policy that authorized event" }, { "name":"reference", "type":"reference", "documentation":"Specific instance of resource (e.g. versioned)" }, { "name":"site", "type":"token", "documentation":"Logical source location within the enterprise" }, { "name":"source", "type":"token", "documentation":"The identity of source detecting the event" }, { "name":"subtype", "type":"token", "documentation":"More specific type/id for the event" }, { "name":"type", "type":"token", "documentation":"Type/identifier of event" }, { "name":"user", "type":"token", "documentation":"Unique identifier for the user" } ] }, { "type":"Basic", "profile":{ "reference":"http://hl7.org/fhir/Profile/Basic" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "Basic:author", "Basic:patient", "Basic:subject" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"author", "type":"reference", "documentation":"Who created", "target":[ "Practitioner", "Patient", "RelatedPerson" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom" ] }, { "name":"code", "type":"token", "documentation":"Kind of Resource" }, { "name":"created", "type":"date", "documentation":"When created" }, { "name":"identifier", "type":"token", "documentation":"Business identifier" }, { "name":"patient", "type":"reference", "documentation":"Identifies the focus of this resource" }, { "name":"subject", "type":"reference", "documentation":"Identifies the focus of this resource" } ] }, { "type":"Binary", "profile":{ "reference":"http://hl7.org/fhir/Profile/Binary" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"contenttype", "type":"token", "documentation":"MimeType of the binary content" } ] }, { "type":"BodySite", "profile":{ "reference":"http://hl7.org/fhir/Profile/BodySite" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "BodySite:patient" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"code", "type":"token", "documentation":"Named anatomical location" }, { "name":"identifier", "type":"token", "documentation":"Identifier for this instance of the anatomical location" }, { "name":"patient", "type":"reference", "documentation":"Patient to whom bodysite belongs", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] } ] }, { "type":"Bundle", "profile":{ "reference":"http://hl7.org/fhir/Profile/Bundle" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "Bundle:composition", "Bundle:message" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"composition", "type":"reference",
"documentation":"The first resource in the bundle, if the bundle type is 'document' - this is a composition, and this parameter provides access to searches its contents" }, { "name":"message", "type":"reference", "documentation":"The first resource in the bundle, if the bundle type is 'message' - this is a message header, and this parameter provides access to search its contents" }, { "name":"type", "type":"token", "documentation":"document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection" } ] }, { "type":"CarePlan", "profile":{ "reference":"http://hl7.org/fhir/Profile/CarePlan" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "CarePlan:activityreference", "CarePlan:condition", "CarePlan:goal", "CarePlan:participant", "CarePlan:patient", "CarePlan:performer", "CarePlan:relatedplan", "CarePlan:subject" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"activitycode", "type":"token", "documentation":"Detail type of activity" }, { "name":"activitydate", "type":"date", "documentation":"Specified date occurs within period specified by CarePlan.activity.timingSchedule" }, { "name":"activityreference", "type":"reference", "documentation":"Activity details defined in specific resource", "target":[ "Appointment", "CommunicationRequest", "DeviceUseRequest", "DiagnosticOrder", "MedicationOrder", "NutritionOrder", "Order", "ProcedureRequest", "ProcessRequest", "ReferralRequest", "SupplyRequest", "VisionPrescription" ], "chain":[ "_id", "_language", "actor", "date", "identifier", "location", "part-status", "patient", "practitioner", "status", "_id", "_language", "category", "encounter", "identifier", "medium", "patient", "priority", "recipient", "requested", "requester", "sender", "status", "subject", "time", "_id", "_language", "device", "patient", "subject", "_id", "_language", "actor", "bodysite", "code", "encounter", "event-date", "event-status", "event-status-date", "identifier", "item-date", "item-past-status", "item-status", "item-status-date", "orderer", "patient", "specimen", "status", "subject", "_id", "_language", "code", "datewritten", "encounter", "identifier", "medication", "patient", "prescriber", "status", "_id", "_language", "additive", "datetime", "encounter", "formula", "identifier", "oraldiet", "patient", "provider", "status", "supplement", "_id", "_language", "date", "detail", "identifier", "patient", "source", "subject", "target", "when", "when_code", "_id", "_language", "encounter", "identifier", "orderer", "patient", "performer", "subject", "_id", "_language", "action", "identifier", "organization", "provider", "_id", "_language", "date", "patient", "priority", "recipient", "requester", "specialty", "status", "type", "_id", "_language", "date", "identifier", "kind", "patient", "source", "status", "supplier", "_id", "_language", "datewritten", "encounter", "identifier", "patient", "prescriber" ] }, { "name":"condition", "type":"reference", "documentation":"Health issues this plan addresses", "target":[ "Condition" ], "chain":[ "_id", "_language", "asserter", "body-site", "category", "clinicalstatus", "code", "date-recorded", "encounter", "evidence", "identifier", "onset", "onset-info", "patient", "severity", "stage" ] }, { "name":"date", "type":"date", "documentation":"Time period plan covers" }, { "name":"goal", "type":"reference", "documentation":"Desired outcome of plan", "target":[ "Goal" ], "chain":[ "_id", "_language", "category", "identifier", "patient", "status", "subject", "targetdate" ] }, { "name":"participant", "type":"reference", "documentation":"Who is involved", "target":[ "Practitioner", "RelatedPerson", "Patient", "Organization" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"patient", "type":"reference", "documentation":"Who care plan is for", "target":[ "Patient", "Group" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "actual", "characteristic", "characteristic-value", "code", "exclude", "identifier", "member", "type", "value" ] }, { "name":"performer", "type":"reference", "documentation":"Matches if the practitioner is listed as a performer in any of the 'simple' activities. (For performers of the detailed activities, chain through the activitydetail search parameter.)", "target":[ "Practitioner", "Organization", "RelatedPerson", "Patient" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"relatedcode", "type":"token", "documentation":"includes | replaces | fulfills" }, { "name":"relatedcode-relatedplan", "type":"composite", "documentation":"A combination of the type of relationship and the related plan" }, { "name":"relatedplan", "type":"reference", "documentation":"Plan relationship exists with", "target":[ "CarePlan" ], "chain":[ "_id", "_language", "activitycode", "activitydate", "activityreference", "condition", "date", "goal", "participant", "patient", "performer", "related", "relatedcode", "relatedplan", "subject" ] }, { "name":"subject", "type":"reference", "documentation":"Who care plan is for", "target":[ "Patient", "Group" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "actual", "characteristic", "characteristic-value", "code", "exclude", "identifier", "member", "type", "value" ] } ] }, { "type":"Claim", "profile":{ "reference":"http://hl7.org/fhir/Profile/Claim" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "Claim:facility", "Claim:organization", "Claim:patient", "Claim:provider", "Claim:target" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"created", "type":"date", "documentation":"The creation date for the Claim" }, { "name":"facility", "type":"reference", "documentation":"Facility responsible for the goods and services", "target":[ "Location" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type" ] }, { "name":"identifier", "type":"token", "documentation":"The primary identifier of the financial resource" }, { "name":"organization", "type":"reference", "documentation":"The reference to the providing organization", "target":[ "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"patient", "type":"reference", "documentation":"Patient receiveing the services", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"priority", "type":"token", "documentation":"Processing priority requested" }, { "name":"provider", "type":"reference", "documentation":"Provider responsible for the Claim", "target":[ "Practitioner" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom" ] }, { "name":"target", "type":"reference", "documentation":"The target payor/insurer for the Claim", "target":[ "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"use", "type":"token", "documentation":"The kind of financial resource" } ] }, { "type":"ClaimResponse", "profile":{ "reference":"http://hl7.org/fhir/Profile/ClaimResponse" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "ClaimResponse:organization", "ClaimResponse:request" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"created", "type":"date", "documentation":"The creation date" }, { "name":"disposition", "type":"string", "documentation":"The contents of the disposition message" }, { "name":"identifier", "type":"token", "documentation":"The identity of the insurer" }, { "name":"organization", "type":"reference", "documentation":"The organization who generated this resource", "target":[ "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"outcome", "type":"token", "documentation":"The processing outcome" }, { "name":"paymentdate", "type":"date", "documentation":"The expected paymentDate" }, { "name":"request", "type":"reference", "documentation":"The claim reference", "target":[ "Claim" ], "chain":[ "_id", "_language", "created", "facility", "identifier", "organization", "patient", "priority", "provider", "target", "use" ] } ] }, { "type":"ClinicalImpression", "profile":{ "reference":"http://hl7.org/fhir/Profile/ClinicalImpression" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "ClinicalImpression:action", "ClinicalImpression:assessor", "ClinicalImpression:investigation", "ClinicalImpression:patient", "ClinicalImpression:plan", "ClinicalImpression:previous", "ClinicalImpression:problem", "ClinicalImpression:trigger" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"action", "type":"reference", "documentation":"Actions taken during assessment", "target":[ "ReferralRequest", "ProcedureRequest", "Procedure", "MedicationOrder", "DiagnosticOrder", "NutritionOrder", "SupplyRequest", "Appointment" ], "chain":[ "_id", "_language", "date", "patient", "priority", "recipient", "requester", "specialty", "status", "type", "_id", "_language", "encounter", "identifier", "orderer", "patient", "performer", "subject", "_id", "_language", "code", "date", "encounter", "identifier", "location", "patient", "performer", "subject", "_id", "_language", "code", "datewritten", "encounter", "identifier", "medication", "patient", "prescriber", "status", "_id", "_language", "actor", "bodysite", "code", "encounter", "event-date", "event-status", "event-status-date", "identifier", "item-date", "item-past-status", "item-status", "item-status-date", "orderer", "patient", "specimen", "status", "subject", "_id", "_language", "additive", "datetime", "encounter", "formula", "identifier", "oraldiet", "patient", "provider", "status", "supplement", "_id", "_language", "date", "identifier", "kind", "patient", "source", "status", "supplier", "_id", "_language", "actor", "date", "identifier", "location", "part-status", "patient", "practitioner", "status" ] }, { "name":"assessor", "type":"reference", "documentation":"The clinician performing the assessment", "target":[ "Practitioner" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom" ] }, { "name":"date", "type":"date", "documentation":"When the assessment occurred" }, { "name":"finding", "type":"token", "documentation":"Specific text or code for finding" }, { "name":"investigation", "type":"reference", "documentation":"Record of a specific investigation", "target":[ "Observation", "QuestionnaireResponse", "FamilyMemberHistory", "DiagnosticReport" ], "chain":[ "_id", "_language", "category", "code", "code-value-concept", "code-value-date", "code-value-quantity", "code-value-string", "component-code", "component-code-value-concept", "component-code-value-date", "component-code-value-quantity", "component-code-value-string", "component-data-absent-reason", "component-value-concept", "component-value-quantity", "component-value-string", "data-absent-reason", "date", "device", "encounter", "identifier", "patient", "performer", "related", "related-target", "related-type", "specimen", "status", "subject", "value-concept", "value-date", "value-quantity", "value-string", "_id", "_language", "author", "authored", "encounter", "patient", "questionnaire", "source", "status", "subject", "_id", "_language", "code", "date", "gender", "identifier", "patient", "relationship", "_id", "_language", "category", "code", "date", "diagnosis", "encounter", "identifier", "image", "issued", "patient", "performer", "request", "result", "specimen", "status", "subject" ] }, { "name":"patient", "type":"reference", "documentation":"The patient being assessed", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"plan", "type":"reference", "documentation":"Plan of action after assessment", "target":[ "CarePlan", "Appointment", "CommunicationRequest", "DeviceUseRequest", "DiagnosticOrder", "MedicationOrder", "NutritionOrder", "Order", "ProcedureRequest", "ProcessRequest", "ReferralRequest", "SupplyRequest", "VisionPrescription" ], "chain":[ "_id", "_language", "activitycode", "activitydate", "activityreference", "condition", "date", "goal", "participant", "patient", "performer", "related", "relatedcode", "relatedplan", "subject", "_id", "_language", "actor", "date", "identifier", "location", "part-status", "patient", "practitioner", "status", "_id", "_language", "category", "encounter", "identifier", "medium", "patient", "priority", "recipient", "requested", "requester", "sender", "status", "subject", "time", "_id", "_language", "device", "patient", "subject", "_id", "_language", "actor", "bodysite", "code", "encounter", "event-date", "event-status", "event-status-date", "identifier", "item-date", "item-past-status", "item-status", "item-status-date", "orderer", "patient", "specimen", "status", "subject", "_id", "_language", "code", "datewritten", "encounter", "identifier", "medication", "patient", "prescriber", "status", "_id", "_language", "additive", "datetime", "encounter", "formula", "identifier", "oraldiet", "patient", "provider", "status", "supplement", "_id", "_language", "date", "detail", "identifier", "patient", "source", "subject", "target", "when", "when_code", "_id", "_language", "encounter", "identifier", "orderer", "patient", "performer", "subject", "_id", "_language", "action", "identifier", "organization", "provider", "_id", "_language", "date", "patient", "priority", "recipient", "requester", "specialty", "status", "type", "_id", "_language", "date", "identifier", "kind", "patient", "source", "status", "supplier", "_id", "_language", "datewritten", "encounter", "identifier", "patient", "prescriber" ] }, { "name":"previous", "type":"reference", "documentation":"Reference to last assessment", "target":[ "ClinicalImpression" ], "chain":[ "_id", "_language", "action", "assessor", "date", "finding", "investigation", "patient", "plan", "previous", "problem", "resolved", "ruledout", "status", "trigger", "trigger-code" ] }, { "name":"problem", "type":"reference", "documentation":"General assessment of patient state", "target":[ "Condition", "AllergyIntolerance" ], "chain":[ "_id", "_language", "asserter", "body-site", "category", "clinicalstatus", "code", "date-recorded", "encounter", "evidence", "identifier", "onset", "onset-info", "patient", "severity", "stage", "_id", "_language", "category", "criticality", "date", "identifier", "last-date", "manifestation", "onset", "patient", "recorder", "reporter", "route", "severity", "status", "substance", "type" ] }, { "name":"resolved", "type":"token", "documentation":"Diagnoses/conditions resolved since previous assessment" }, { "name":"ruledout", "type":"token", "documentation":"Specific text of code for diagnosis" }, { "name":"status", "type":"token", "documentation":"in-progress | completed | entered-in-error" }, { "name":"trigger", "type":"reference", "documentation":"Request or event that necessitated this assessment" }, { "name":"trigger-code", "type":"token", "documentation":"Request or event that necessitated this assessment" } ] }, { "type":"Communication", "profile":{ "reference":"http://hl7.org/fhir/Profile/Communication" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "Communication:encounter", "Communication:patient", "Communication:recipient", "Communication:request", "Communication:sender", "Communication:subject" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"category", "type":"token", "documentation":"Message category" }, { "name":"encounter", "type":"reference", "documentation":"Encounter leading to message", "target":[ "Encounter" ], "chain":[ "_id", "_language", "appointment", "condition", "date", "episodeofcare", "identifier", "incomingreferral", "indication", "length", "location", "location-period", "part-of", "participant", "participant-type", "patient", "practitioner", "procedure", "reason", "special-arrangement", "status", "type" ] }, { "name":"identifier", "type":"token", "documentation":"Unique identifier" }, { "name":"medium", "type":"token", "documentation":"A channel of communication" }, { "name":"patient", "type":"reference", "documentation":"Focus of message", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"received", "type":"date", "documentation":"When received" }, { "name":"recipient", "type":"reference", "documentation":"Message recipient", "target":[ "Device", "Organization", "Patient", "Practitioner", "RelatedPerson", "Group" ], "chain":[ "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom", "_id", "_language", "actual", "characteristic", "characteristic-value", "code", "exclude", "identifier", "member", "type", "value" ] }, { "name":"request", "type":"reference", "documentation":"CommunicationRequest producing this message", "target":[ "CommunicationRequest" ], "chain":[ "_id", "_language", "category", "encounter", "identifier", "medium", "patient", "priority", "recipient", "requested", "requester", "sender", "status", "subject", "time" ] }, { "name":"sender", "type":"reference", "documentation":"Message sender", "target":[ "Device", "Organization", "Patient", "Practitioner", "RelatedPerson" ], "chain":[ "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom" ] }, { "name":"sent", "type":"date", "documentation":"When sent" }, { "name":"status", "type":"token", "documentation":"in-progress | completed | suspended | rejected | failed" }, { "name":"subject", "type":"reference", "documentation":"Focus of message", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] } ] }, { "type":"CommunicationRequest", "profile":{ "reference":"http://hl7.org/fhir/Profile/CommunicationRequest" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "CommunicationRequest:encounter", "CommunicationRequest:patient", "CommunicationRequest:recipient", "CommunicationRequest:requester", "CommunicationRequest:sender", "CommunicationRequest:subject" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"category", "type":"token", "documentation":"Message category" }, { "name":"encounter", "type":"reference", "documentation":"Encounter leading to message", "target":[ "Encounter" ], "chain":[ "_id", "_language", "appointment", "condition", "date", "episodeofcare", "identifier", "incomingreferral", "indication", "length", "location", "location-period", "part-of", "participant", "participant-type", "patient", "practitioner", "procedure", "reason", "special-arrangement", "status", "type" ] }, { "name":"identifier", "type":"token", "documentation":"Unique identifier" }, { "name":"medium", "type":"token", "documentation":"A channel of communication" }, { "name":"patient", "type":"reference", "documentation":"Focus of message", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"priority", "type":"token", "documentation":"Message urgency" }, { "name":"recipient", "type":"reference", "documentation":"Message recipient", "target":[ "Device", "Organization", "Patient", "Practitioner", "RelatedPerson" ], "chain":[ "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom" ] }, { "name":"requested", "type":"date", "documentation":"When ordered or proposed" }, { "name":"requester", "type":"reference", "documentation":"An individual who requested a communication", "target":[ "Practitioner", "Patient", "RelatedPerson" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom" ] }, { "name":"sender", "type":"reference", "documentation":"Message sender", "target":[ "Device", "Organization", "Patient", "Practitioner", "RelatedPerson" ], "chain":[ "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom" ] }, { "name":"status", "type":"token", "documentation":"proposed | planned | requested | received | accepted | in-progress | completed | suspended | rejected | failed" }, { "name":"subject", "type":"reference", "documentation":"Focus of message", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"time", "type":"date", "documentation":"When scheduled" } ] }, { "type":"Composition", "profile":{ "reference":"http://hl7.org/fhir/Profile/Composition" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "Composition:attester", "Composition:author", "Composition:encounter", "Composition:entry", "Composition:patient", "Composition:subject" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"attester", "type":"reference", "documentation":"Who attested the composition", "target":[ "Patient", "Practitioner", "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"author", "type":"reference", "documentation":"Who and/or what authored the composition", "target":[ "Practitioner", "Device", "Patient", "RelatedPerson" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom" ] }, { "name":"class", "type":"token", "documentation":"Categorization of Composition" }, { "name":"confidentiality", "type":"token", "documentation":"As defined by affinity domain" }, { "name":"context", "type":"token", "documentation":"Code(s) that apply to the event being documented" }, { "name":"date", "type":"date", "documentation":"Composition editing time" }, { "name":"encounter", "type":"reference", "documentation":"Context of the Composition", "target":[ "Encounter" ], "chain":[ "_id", "_language", "appointment", "condition", "date", "episodeofcare", "identifier", "incomingreferral", "indication", "length", "location", "location-period", "part-of", "participant", "participant-type", "patient", "practitioner", "procedure", "reason", "special-arrangement", "status", "type" ] }, { "name":"entry", "type":"reference", "documentation":"A reference to data that supports this section" }, { "name":"identifier", "type":"token", "documentation":"Logical identifier of composition (version-independent)" }, { "name":"patient", "type":"reference", "documentation":"Who and/or what the composition is about" }, { "name":"period", "type":"date", "documentation":"The period covered by the documentation" }, { "name":"section", "type":"token", "documentation":"Classification of section (recommended)" }, { "name":"status", "type":"token", "documentation":"preliminary | final | amended | entered-in-error" }, { "name":"subject", "type":"reference", "documentation":"Who and/or what the composition is about" }, { "name":"title", "type":"string", "documentation":"Human Readable name/title" }, { "name":"type", "type":"token", "documentation":"Kind of composition (LOINC if possible)" } ] }, { "type":"ConceptMap", "profile":{ "reference":"http://hl7.org/fhir/Profile/ConceptMap" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "ConceptMap:source", "ConceptMap:sourceuri", "ConceptMap:target" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"context", "type":"token", "documentation":"A use context assigned to the concept map" }, { "name":"date", "type":"date", "documentation":"The concept map publication date" }, { "name":"dependson", "type":"uri", "documentation":"Reference to element/field/ValueSet mapping depends on" }, { "name":"description", "type":"string", "documentation":"Text search in the description of the concept map" }, { "name":"identifier", "type":"token", "documentation":"Additional identifier for the concept map" }, { "name":"name", "type":"string", "documentation":"Name of the concept map" }, { "name":"product", "type":"uri", "documentation":"Reference to element/field/ValueSet mapping depends on" }, { "name":"publisher", "type":"string", "documentation":"Name of the publisher of the concept map" }, { "name":"source", "type":"reference", "documentation":"Identifies the source of the concepts which are being mapped" }, { "name":"sourcecode", "type":"token", "documentation":"Identifies element being mapped" }, { "name":"sourcesystem", "type":"uri", "documentation":"Code System (if value set crosses code systems)" }, { "name":"sourceuri", "type":"reference", "documentation":"Identifies the source of the concepts which are being mapped" }, { "name":"status", "type":"token", "documentation":"Status of the concept map" }, { "name":"target", "type":"reference", "documentation":"Provides context to the mappings", "target":[ "ValueSet", "StructureDefinition" ], "chain":[ "_id", "_language", "code", "context", "date", "description", "expansion", "identifier", "name", "publisher", "reference", "status", "system", "url", "version", "_id", "_language", "abstract", "base", "base-path", "code", "context", "context-type", "date", "description", "display", "experimental", "ext-context", "identifier", "kind", "name", "path", "publisher", "status", "type", "url", "valueset", "version" ] }, { "name":"targetcode", "type":"token", "documentation":"Code that identifies the target element" }, { "name":"targetsystem", "type":"uri", "documentation":"System of the target (if necessary)" }, { "name":"url", "type":"uri", "documentation":"The URL of the concept map" }, { "name":"version", "type":"token", "documentation":"The version identifier of the concept map" } ] }, { "type":"Condition", "profile":{ "reference":"http://hl7.org/fhir/Profile/Condition" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "Condition:asserter", "Condition:encounter", "Condition:patient" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"asserter", "type":"reference", "documentation":"Person who asserts this condition", "target":[ "Practitioner", "Patient" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"body-site", "type":"token", "documentation":"Anatomical location, if relevant" }, { "name":"category", "type":"token", "documentation":"The category of the condition" }, { "name":"clinicalstatus", "type":"token", "documentation":"The clinical status of the condition" }, { "name":"code", "type":"token", "documentation":"Code for the condition" }, { "name":"date-recorded", "type":"date", "documentation":"A date, when the Condition statement was documented" }, { "name":"encounter", "type":"reference", "documentation":"Encounter when condition first asserted", "target":[ "Encounter" ], "chain":[ "_id", "_language", "appointment", "condition", "date", "episodeofcare", "identifier", "incomingreferral", "indication", "length", "location", "location-period", "part-of", "participant", "participant-type", "patient", "practitioner", "procedure", "reason", "special-arrangement", "status", "type" ] }, { "name":"evidence", "type":"token", "documentation":"Manifestation/symptom" }, { "name":"identifier", "type":"token", "documentation":"A unique identifier of the condition record" }, { "name":"onset", "type":"date", "documentation":"Date related onsets (dateTime and Period)" }, { "name":"onset-info", "type":"string", "documentation":"Other onsets (boolean, age, range, string)" }, { "name":"patient", "type":"reference", "documentation":"Who has the condition?", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"severity", "type":"token", "documentation":"The severity of the condition" }, { "name":"stage", "type":"token", "documentation":"Simple summary (disease specific)" } ] }, { "type":"Conformance", "profile":{ "reference":"http://hl7.org/fhir/Profile/Conformance" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "Conformance:profile", "Conformance:supported-profile" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"date", "type":"date", "documentation":"The conformance statement publication date" }, { "name":"description", "type":"string", "documentation":"Text search in the description of the conformance statement" }, { "name":"event", "type":"token", "documentation":"Event code in a conformance statement" }, { "name":"fhirversion", "type":"token", "documentation":"The version of FHIR" }, { "name":"format", "type":"token", "documentation":"formats supported (xml | json | mime type)" }, { "name":"mode", "type":"token", "documentation":"Mode - restful (server/client) or messaging (sender/receiver)" }, { "name":"name", "type":"string", "documentation":"Name of the conformance statement" }, { "name":"profile", "type":"reference", "documentation":"A profile id invoked in a conformance statement", "target":[ "StructureDefinition" ], "chain":[ "_id", "_language", "abstract", "base", "base-path", "code", "context", "context-type", "date", "description", "display", "experimental", "ext-context", "identifier", "kind", "name", "path", "publisher", "status", "type", "url", "valueset", "version" ] }, { "name":"publisher", "type":"string", "documentation":"Name of the publisher of the conformance statement" }, { "name":"resource", "type":"token", "documentation":"Name of a resource mentioned in a conformance statement" }, { "name":"security", "type":"token", "documentation":"OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates" }, { "name":"software", "type":"string", "documentation":"Part of a the name of a software application" }, { "name":"status", "type":"token", "documentation":"The current status of the conformance statement" }, { "name":"supported-profile", "type":"reference", "documentation":"Profiles for use cases supported", "target":[ "StructureDefinition" ], "chain":[ "_id", "_language", "abstract", "base", "base-path", "code", "context", "context-type", "date", "description", "display", "experimental", "ext-context", "identifier", "kind", "name", "path", "publisher", "status", "type", "url", "valueset", "version" ] }, { "name":"url", "type":"uri", "documentation":"The uri that identifies the conformance statement" }, { "name":"version", "type":"token", "documentation":"The version identifier of the conformance statement" } ] }, { "extension":[ { "url":"http://hl7api.sourceforge.net/hapi-fhir/res/extdefs.html#resourceCount", "valueDecimal":144 } ], "type":"Contract", "profile":{ "reference":"http://hl7.org/fhir/Profile/Contract" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "Contract:actor", "Contract:patient", "Contract:signer", "Contract:subject" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"actor", "type":"reference", "documentation":"Contract Actor Type", "target":[ "Contract", "Device", "Group", "Location", "Organization", "Patient", "Practitioner", "RelatedPerson", "Substance" ], "chain":[ "_id", "_language", "actor", "identifier", "patient", "signer", "subject", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "actual", "characteristic", "characteristic-value", "code", "exclude", "identifier", "member", "type", "value", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom", "_id", "_language", "category", "code", "container-identifier", "expiry", "identifier", "quantity", "substance" ] }, { "name":"identifier", "type":"token", "documentation":"The identity of the contract" }, { "name":"patient", "type":"reference", "documentation":"The identity of the target of the contract (if a patient)" }, { "name":"signer", "type":"reference", "documentation":"Contract Signatory Party", "target":[ "Organization", "Patient", "Practitioner", "RelatedPerson" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom" ] }, { "name":"subject", "type":"reference", "documentation":"The identity of the target of the contract" } ] }, { "extension":[ { "url":"http://hl7api.sourceforge.net/hapi-fhir/res/extdefs.html#resourceCount", "valueDecimal":33360 } ], "type":"Coverage", "profile":{ "reference":"http://hl7.org/fhir/Profile/Coverage" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "Coverage:issuer", "Coverage:subscriber" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"dependent", "type":"token", "documentation":"Dependent number" }, { "name":"group", "type":"token", "documentation":"Group identifier" }, { "name":"identifier", "type":"token", "documentation":"The primary identifier of the insured" }, { "name":"issuer", "type":"reference", "documentation":"The identity of the insurer", "target":[ "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"plan", "type":"token", "documentation":"A plan or policy identifier" }, { "name":"sequence", "type":"token", "documentation":"Sequence number" }, { "name":"subplan", "type":"token", "documentation":"Sub-plan identifier" }, { "name":"subscriber", "type":"reference", "documentation":"Reference to the subscriber", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"type", "type":"token", "documentation":"The kind of coverage" } ] }, { "type":"DataElement", "profile":{ "reference":"http://hl7.org/fhir/Profile/DataElement" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"code", "type":"token", "documentation":"A code for the data element (server may choose to do subsumption)" }, { "name":"context", "type":"token", "documentation":"A use context assigned to the data element" }, { "name":"date", "type":"date", "documentation":"The data element publication date" }, { "name":"description", "type":"string", "documentation":"Text search in the description of the data element. This corresponds to the definition of the first DataElement.element." }, { "name":"identifier", "type":"token", "documentation":"The identifier of the data element" }, { "name":"name", "type":"string", "documentation":"Name of the data element" }, { "name":"publisher", "type":"string", "documentation":"Name of the publisher of the data element" }, { "name":"status", "type":"token", "documentation":"The current status of the data element" }, { "name":"stringency", "type":"token", "documentation":"The stringency of the data element definition" }, { "name":"url", "type":"uri", "documentation":"The official URL for the data element" }, { "name":"version", "type":"string", "documentation":"The version identifier of the data element" } ] }, { "type":"DecisionSupportRule", "profile":{ "reference":"http://hl7.org/fhir/Profile/DecisionSupportRule" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" } ] }, { "type":"DecisionSupportServiceModule", "profile":{ "reference":"http://hl7.org/fhir/Profile/DecisionSupportServiceModule" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" } ] }, { "type":"DetectedIssue", "profile":{ "reference":"http://hl7.org/fhir/Profile/DetectedIssue" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "DetectedIssue:author", "DetectedIssue:implicated", "DetectedIssue:patient" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"author", "type":"reference", "documentation":"The provider or device that identified the issue", "target":[ "Practitioner", "Device" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url" ] }, { "name":"category", "type":"token", "documentation":"Issue Category, e.g. drug-drug, duplicate therapy, etc." }, { "name":"date", "type":"date", "documentation":"When identified" }, { "name":"identifier", "type":"token", "documentation":"Unique id for the detected issue" }, { "name":"implicated", "type":"reference", "documentation":"Problem resource" }, { "name":"patient", "type":"reference", "documentation":"Associated patient", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] } ] }, { "extension":[ { "url":"http://hl7api.sourceforge.net/hapi-fhir/res/extdefs.html#resourceCount", "valueDecimal":1 } ], "type":"Device", "profile":{ "reference":"http://hl7.org/fhir/Profile/Device" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "Device:location", "Device:organization", "Device:patient" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"identifier", "type":"token", "documentation":"Instance id from manufacturer, owner, and others" }, { "name":"location", "type":"reference", "documentation":"A location, where the resource is found", "target":[ "Location" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type" ] }, { "name":"manufacturer", "type":"string", "documentation":"The manufacturer of the device" }, { "name":"model", "type":"string", "documentation":"The model of the device" }, { "name":"organization", "type":"reference", "documentation":"The organization responsible for the device", "target":[ "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"patient", "type":"reference", "documentation":"Patient information, if the resource is affixed to a person", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"type", "type":"token", "documentation":"The type of the device" }, { "name":"udi", "type":"string", "documentation":"FDA mandated Unique Device Identifier" }, { "name":"url", "type":"uri", "documentation":"Network address to contact device" } ] }, { "type":"DeviceComponent", "profile":{ "reference":"http://hl7.org/fhir/Profile/DeviceComponent" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "DeviceComponent:parent", "DeviceComponent:source" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"parent", "type":"reference", "documentation":"The parent DeviceComponent resource", "target":[ "DeviceComponent" ], "chain":[ "_id", "_language", "parent", "source", "type" ] }, { "name":"source", "type":"reference", "documentation":"The device source", "target":[ "Device" ], "chain":[ "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url" ] }, { "name":"type", "type":"token", "documentation":"The device component type" } ] }, { "type":"DeviceMetric", "profile":{ "reference":"http://hl7.org/fhir/Profile/DeviceMetric" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "DeviceMetric:parent", "DeviceMetric:source" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"category", "type":"token", "documentation":"The category of the metric" }, { "name":"identifier", "type":"token", "documentation":"The identifier of the metric" }, { "name":"parent", "type":"reference", "documentation":"The parent DeviceMetric resource", "target":[ "DeviceComponent" ], "chain":[ "_id", "_language", "parent", "source", "type" ] }, { "name":"source", "type":"reference", "documentation":"The device resource", "target":[ "Device" ], "chain":[ "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url" ] }, { "name":"type", "type":"token", "documentation":"The component type" } ] }, { "type":"DeviceUseRequest", "profile":{ "reference":"http://hl7.org/fhir/Profile/DeviceUseRequest" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "DeviceUseRequest:device", "DeviceUseRequest:patient", "DeviceUseRequest:subject" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"device", "type":"reference", "documentation":"Device requested", "target":[ "Device" ], "chain":[ "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url" ] }, { "name":"patient", "type":"reference", "documentation":"Search by subject - a patient", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"subject", "type":"reference", "documentation":"Search by subject", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] } ] }, { "type":"DeviceUseStatement", "profile":{ "reference":"http://hl7.org/fhir/Profile/DeviceUseStatement" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "DeviceUseStatement:device", "DeviceUseStatement:patient", "DeviceUseStatement:subject" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"device", "type":"reference", "documentation":"Search by device", "target":[ "Device" ], "chain":[ "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url" ] }, { "name":"patient", "type":"reference", "documentation":"Search by subject - a patient", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"subject", "type":"reference", "documentation":"Search by subject", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] } ] }, { "type":"DiagnosticOrder", "profile":{ "reference":"http://hl7.org/fhir/Profile/DiagnosticOrder" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "DiagnosticOrder:actor", "DiagnosticOrder:encounter", "DiagnosticOrder:orderer", "DiagnosticOrder:patient", "DiagnosticOrder:specimen", "DiagnosticOrder:subject" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"actor", "type":"reference", "documentation":"Who recorded or did this" }, { "name":"bodysite", "type":"token", "documentation":"Location of requested test (if applicable)" }, { "name":"code", "type":"token", "documentation":"Code to indicate the item (test or panel) being ordered" }, { "name":"encounter", "type":"reference", "documentation":"The encounter that this diagnostic order is associated with", "target":[ "Encounter" ], "chain":[ "_id", "_language", "appointment", "condition", "date", "episodeofcare", "identifier", "incomingreferral", "indication", "length", "location", "location-period", "part-of", "participant", "participant-type", "patient", "practitioner", "procedure", "reason", "special-arrangement", "status", "type" ] }, { "name":"event-date", "type":"date", "documentation":"The date at which the event happened" }, { "name":"event-status", "type":"token", "documentation":"proposed | draft | planned | requested | received | accepted | in-progress | review | completed | cancelled | suspended | rejected | failed" }, { "name":"event-status-event-date", "type":"composite", "documentation":"A combination of past-status and date" }, { "name":"identifier", "type":"token", "documentation":"Identifiers assigned to this order" }, { "name":"item-date", "type":"date", "documentation":"The date at which the event happened" }, { "name":"item-past-status", "type":"token", "documentation":"proposed | draft | planned | requested | received | accepted | in-progress | review | completed | cancelled | suspended | rejected | failed" }, { "name":"item-past-status-item-date", "type":"composite", "documentation":"A combination of item-past-status and item-date" }, { "name":"item-status", "type":"token", "documentation":"proposed | draft | planned | requested | received | accepted | in-progress | review | completed | cancelled | suspended | rejected | failed" }, { "name":"orderer", "type":"reference", "documentation":"Who ordered the test", "target":[ "Practitioner" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom" ] }, { "name":"patient", "type":"reference", "documentation":"Who and/or what test is about", "target":[ "Patient", "Group", "Location", "Device" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "actual", "characteristic", "characteristic-value", "code", "exclude", "identifier", "member", "type", "value", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url" ] }, { "name":"specimen", "type":"reference", "documentation":"If the whole order relates to specific specimens" }, { "name":"status", "type":"token", "documentation":"proposed | draft | planned | requested | received | accepted | in-progress | review | completed | cancelled | suspended | rejected | failed" }, { "name":"subject", "type":"reference", "documentation":"Who and/or what test is about", "target":[ "Patient", "Group", "Location", "Device" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "actual", "characteristic", "characteristic-value", "code", "exclude", "identifier", "member", "type", "value", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url" ] } ] }, { "type":"DiagnosticReport", "profile":{ "reference":"http://hl7.org/fhir/Profile/DiagnosticReport" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "DiagnosticReport:encounter", "DiagnosticReport:image", "DiagnosticReport:patient", "DiagnosticReport:performer", "DiagnosticReport:request", "DiagnosticReport:result", "DiagnosticReport:specimen", "DiagnosticReport:subject" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"category", "type":"token", "documentation":"Which diagnostic discipline/department created the report" }, { "name":"code", "type":"token", "documentation":"The code for the report as a whole, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result" }, { "name":"date", "type":"date", "documentation":"The clinically relevant time of the report" }, { "name":"diagnosis", "type":"token", "documentation":"A coded diagnosis on the report" }, { "name":"encounter", "type":"reference", "documentation":"The Encounter when the order was made", "target":[ "Encounter" ], "chain":[ "_id", "_language", "appointment", "condition", "date", "episodeofcare", "identifier", "incomingreferral", "indication", "length", "location", "location-period", "part-of", "participant", "participant-type", "patient", "practitioner", "procedure", "reason", "special-arrangement", "status", "type" ] }, { "name":"identifier", "type":"token", "documentation":"An identifier for the report" }, { "name":"image", "type":"reference", "documentation":"A reference to the image source.", "target":[ "Media" ], "chain":[ "_id", "_language", "created", "identifier", "operator", "patient", "subject", "subtype", "type", "view" ] }, { "name":"issued", "type":"date", "documentation":"When the report was issued" }, { "name":"patient", "type":"reference", "documentation":"The subject of the report if a patient", "target":[ "Patient", "Group", "Device", "Location" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "actual", "characteristic", "characteristic-value", "code", "exclude", "identifier", "member", "type", "value", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type" ] }, { "name":"performer", "type":"reference", "documentation":"Who was the source of the report (organization)", "target":[ "Practitioner", "Organization" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"request", "type":"reference", "documentation":"Reference to the test or procedure request.", "target":[ "DiagnosticOrder", "ProcedureRequest", "ReferralRequest" ], "chain":[ "_id", "_language", "actor", "bodysite", "code", "encounter", "event-date", "event-status", "event-status-date", "identifier", "item-date", "item-past-status", "item-status", "item-status-date", "orderer", "patient", "specimen", "status", "subject", "_id", "_language", "encounter", "identifier", "orderer", "patient", "performer", "subject", "_id", "_language", "date", "patient", "priority", "recipient", "requester", "specialty", "status", "type" ] }, { "name":"result", "type":"reference", "documentation":"Link to an atomic result (observation resource)", "target":[ "Observation" ], "chain":[ "_id", "_language", "category", "code", "code-value-concept", "code-value-date", "code-value-quantity", "code-value-string", "component-code", "component-code-value-concept", "component-code-value-date", "component-code-value-quantity", "component-code-value-string", "component-data-absent-reason", "component-value-concept", "component-value-quantity", "component-value-string", "data-absent-reason", "date", "device", "encounter", "identifier", "patient", "performer", "related", "related-target", "related-type", "specimen", "status", "subject", "value-concept", "value-date", "value-quantity", "value-string" ] }, { "name":"specimen", "type":"reference", "documentation":"The specimen details", "target":[ "Specimen" ], "chain":[ "_id", "_language", "accession", "bodysite", "collected", "collector", "container", "container-id", "identifier", "parent", "patient", "subject", "type" ] }, { "name":"status", "type":"token", "documentation":"The status of the report" }, { "name":"subject", "type":"reference", "documentation":"The subject of the report", "target":[ "Patient", "Group", "Device", "Location" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "actual", "characteristic", "characteristic-value", "code", "exclude", "identifier", "member", "type", "value", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type" ] } ] }, { "type":"DocumentManifest", "profile":{ "reference":"http://hl7.org/fhir/Profile/DocumentManifest" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "DocumentManifest:author", "DocumentManifest:content-ref", "DocumentManifest:patient", "DocumentManifest:recipient", "DocumentManifest:related-ref", "DocumentManifest:subject" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"author", "type":"reference", "documentation":"Who and/or what authored the manifest", "target":[ "Practitioner", "Organization", "Device", "Patient", "RelatedPerson" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom" ] }, { "name":"content-ref", "type":"reference", "documentation":"Contents of this set of documents" }, { "name":"created", "type":"date", "documentation":"When this document manifest created" }, { "name":"description", "type":"string", "documentation":"Human-readable description (title)" }, { "name":"identifier", "type":"token", "documentation":"Unique Identifier for the set of documents" }, { "name":"patient", "type":"reference", "documentation":"The subject of the set of documents", "target":[ "Patient", "Practitioner", "Group", "Device" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "actual", "characteristic", "characteristic-value", "code", "exclude", "identifier", "member", "type", "value", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url" ] }, { "name":"recipient", "type":"reference", "documentation":"Intended to get notified about this set of documents", "target":[ "Patient", "Practitioner", "RelatedPerson", "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"related-id", "type":"token", "documentation":"Identifiers of things that are related" }, { "name":"related-ref", "type":"reference", "documentation":"Related Resource" }, { "name":"source", "type":"uri", "documentation":"The source system/application/software" }, { "name":"status", "type":"token", "documentation":"current | superseded | entered-in-error" }, { "name":"subject", "type":"reference", "documentation":"The subject of the set of documents", "target":[ "Patient", "Practitioner", "Group", "Device" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "actual", "characteristic", "characteristic-value", "code", "exclude", "identifier", "member", "type", "value", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url" ] }, { "name":"type", "type":"token", "documentation":"Kind of document set" } ] }, { "type":"DocumentReference", "profile":{ "reference":"http://hl7.org/fhir/Profile/DocumentReference" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "DocumentReference:authenticator", "DocumentReference:author", "DocumentReference:custodian", "DocumentReference:encounter", "DocumentReference:patient", "DocumentReference:related-ref", "DocumentReference:relatesto", "DocumentReference:subject" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"authenticator", "type":"reference", "documentation":"Who/what authenticated the document", "target":[ "Practitioner", "Organization" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"author", "type":"reference", "documentation":"Who and/or what authored the document", "target":[ "Practitioner", "Organization", "Device", "Patient", "RelatedPerson" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom" ] }, { "name":"class", "type":"token", "documentation":"Categorization of document" }, { "name":"created", "type":"date", "documentation":"Document creation time" }, { "name":"custodian", "type":"reference", "documentation":"Organization which maintains the document", "target":[ "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"description", "type":"string", "documentation":"Human-readable description (title)" }, { "name":"encounter", "type":"reference", "documentation":"Context of the document content", "target":[ "Encounter" ], "chain":[ "_id", "_language", "appointment", "condition", "date", "episodeofcare", "identifier", "incomingreferral", "indication", "length", "location", "location-period", "part-of", "participant", "participant-type", "patient", "practitioner", "procedure", "reason", "special-arrangement", "status", "type" ] }, { "name":"event", "type":"token", "documentation":"Main Clinical Acts Documented" }, { "name":"facility", "type":"token", "documentation":"Kind of facility where patient was seen" }, { "name":"format", "type":"token", "documentation":"Format/content rules for the document" }, { "name":"identifier", "type":"token", "documentation":"Master Version Specific Identifier" }, { "name":"indexed", "type":"date", "documentation":"When this document reference created" }, { "name":"language", "type":"token", "documentation":"Human language of the content (BCP-47)" }, { "name":"location", "type":"uri", "documentation":"Uri where the data can be found" }, { "name":"patient", "type":"reference", "documentation":"Who/what is the subject of the document", "target":[ "Patient", "Practitioner", "Group", "Device" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "actual", "characteristic", "characteristic-value", "code", "exclude", "identifier", "member", "type", "value", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url" ] }, { "name":"period", "type":"date", "documentation":"Time of service that is being documented" }, { "name":"related-id", "type":"token", "documentation":"Identifier of related objects or events" }, { "name":"related-ref", "type":"reference", "documentation":"Related Resource" }, { "name":"relatesto", "type":"reference", "documentation":"Target of the relationship", "target":[ "DocumentReference" ], "chain":[ "_id", "_language", "authenticator", "author", "class", "created", "custodian", "description", "encounter", "event", "facility", "format", "identifier", "indexed", "language", "location", "patient", "period", "related-id", "related-ref", "relatesto", "relation", "relationship", "securitylabel", "setting", "status", "subject", "type" ] }, { "name":"relatesto-relation", "type":"composite", "documentation":"Combination of relation and relatesTo" }, { "name":"relation", "type":"token", "documentation":"replaces | transforms | signs | appends" }, { "name":"securitylabel", "type":"token", "documentation":"Document security-tags" }, { "name":"setting", "type":"token", "documentation":"Additional details about where the content was created (e.g. clinical specialty)" }, { "name":"status", "type":"token", "documentation":"current | superseded | entered-in-error" }, { "name":"subject", "type":"reference", "documentation":"Who/what is the subject of the document", "target":[ "Patient", "Practitioner", "Group", "Device" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "actual", "characteristic", "characteristic-value", "code", "exclude", "identifier", "member", "type", "value", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url" ] }, { "name":"type", "type":"token", "documentation":"Kind of document (LOINC if possible)" } ] }, { "type":"EligibilityRequest", "profile":{ "reference":"http://hl7.org/fhir/Profile/EligibilityRequest" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "EligibilityRequest:facility", "EligibilityRequest:organization", "EligibilityRequest:patient", "EligibilityRequest:provider" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"created", "type":"date", "documentation":"The creation date for the EOB" }, { "name":"facility", "type":"reference", "documentation":"Facility responsible for the goods and services", "target":[ "Location" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type" ] }, { "name":"identifier", "type":"token", "documentation":"The business identifier of the Eligibility" }, { "name":"organization", "type":"reference", "documentation":"The reference to the providing organization", "target":[ "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"patient", "type":"reference", "documentation":"The reference to the patient", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"provider", "type":"reference", "documentation":"The reference to the provider", "target":[ "Practitioner" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom" ] } ] }, { "type":"EligibilityResponse", "profile":{ "reference":"http://hl7.org/fhir/Profile/EligibilityResponse" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "EligibilityResponse:organization", "EligibilityResponse:request", "EligibilityResponse:requestorganization", "EligibilityResponse:requestprovider" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"created", "type":"date", "documentation":"The creation date" }, { "name":"disposition", "type":"string", "documentation":"The contents of the disposition message" }, { "name":"identifier", "type":"token", "documentation":"The business identifier" }, { "name":"organization", "type":"reference", "documentation":"The organization which generated this resource", "target":[ "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"outcome", "type":"token", "documentation":"The processing outcome" }, { "name":"request", "type":"reference", "documentation":"The EligibilityRequest reference", "target":[ "EligibilityRequest" ], "chain":[ "_id", "_language", "created", "facility", "identifier", "organization", "patient", "provider" ] }, { "name":"requestorganization", "type":"reference", "documentation":"Reference to the EligibilityRequest organization", "target":[ "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"requestprovider", "type":"reference", "documentation":"Reference to the EligibilityRequest provider", "target":[ "Practitioner" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom" ] } ] }, { "type":"Encounter", "profile":{ "reference":"http://hl7.org/fhir/Profile/Encounter" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "Encounter:appointment", "Encounter:condition", "Encounter:episodeofcare", "Encounter:incomingreferral", "Encounter:indication", "Encounter:location", "Encounter:part-of", "Encounter:participant", "Encounter:patient", "Encounter:practitioner", "Encounter:procedure" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"appointment", "type":"reference", "documentation":"The appointment that scheduled this encounter", "target":[ "Appointment" ], "chain":[ "_id", "_language", "actor", "date", "identifier", "location", "part-status", "patient", "practitioner", "status" ] }, { "name":"condition", "type":"reference", "documentation":"Reason the encounter takes place (resource)", "target":[ "Condition", "Procedure" ], "chain":[ "_id", "_language", "asserter", "body-site", "category", "clinicalstatus", "code", "date-recorded", "encounter", "evidence", "identifier", "onset", "onset-info", "patient", "severity", "stage", "_id", "_language", "code", "date", "encounter", "identifier", "location", "patient", "performer", "subject" ] }, { "name":"date", "type":"date", "documentation":"A date within the period the Encounter lasted" }, { "name":"episodeofcare", "type":"reference", "documentation":"Episode(s) of care that this encounter should be recorded against", "target":[ "EpisodeOfCare" ], "chain":[ "_id", "_language", "care-manager", "condition", "date", "identifier", "incomingreferral", "organization", "patient", "status", "team-member", "type" ] }, { "name":"identifier", "type":"token", "documentation":"Identifier(s) by which this encounter is known" }, { "name":"incomingreferral", "type":"reference", "documentation":"The ReferralRequest that initiated this encounter", "target":[ "ReferralRequest" ], "chain":[ "_id", "_language", "date", "patient", "priority", "recipient", "requester", "specialty", "status", "type" ] }, { "name":"indication", "type":"reference", "documentation":"Reason the encounter takes place (resource)", "target":[ "Condition", "Procedure" ], "chain":[ "_id", "_language", "asserter", "body-site", "category", "clinicalstatus", "code", "date-recorded", "encounter", "evidence", "identifier", "onset", "onset-info", "patient", "severity", "stage", "_id", "_language", "code", "date", "encounter", "identifier", "location", "patient", "performer", "subject" ] }, { "name":"length", "type":"number", "documentation":"Length of encounter in days" }, { "name":"location", "type":"reference", "documentation":"Location the encounter takes place", "target":[ "Location" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type" ] }, { "name":"location-period", "type":"date", "documentation":"Time period during which the patient was present at the location" }, { "name":"part-of", "type":"reference", "documentation":"Another Encounter this encounter is part of", "target":[ "Encounter" ], "chain":[ "_id", "_language", "appointment", "condition", "date", "episodeofcare", "identifier", "incomingreferral", "indication", "length", "location", "location-period", "part-of", "participant", "participant-type", "patient", "practitioner", "procedure", "reason", "special-arrangement", "status", "type" ] }, { "name":"participant", "type":"reference", "documentation":"Persons involved in the encounter other than the patient", "target":[ "Practitioner", "RelatedPerson" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom" ] }, { "name":"participant-type", "type":"token", "documentation":"Role of participant in encounter" }, { "name":"patient", "type":"reference", "documentation":"The patient present at the encounter", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"practitioner", "type":"reference", "documentation":"Persons involved in the encounter other than the patient", "target":[ "Practitioner", "RelatedPerson" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom" ] }, { "name":"procedure", "type":"reference", "documentation":"Reason the encounter takes place (resource)", "target":[ "Condition", "Procedure" ], "chain":[ "_id", "_language", "asserter", "body-site", "category", "clinicalstatus", "code", "date-recorded", "encounter", "evidence", "identifier", "onset", "onset-info", "patient", "severity", "stage", "_id", "_language", "code", "date", "encounter", "identifier", "location", "patient", "performer", "subject" ] }, { "name":"reason", "type":"token", "documentation":"Reason the encounter takes place (code)" }, { "name":"special-arrangement", "type":"token", "documentation":"Wheelchair, translator, stretcher, etc." }, { "name":"status", "type":"token", "documentation":"planned | arrived | in-progress | onleave | finished | cancelled" }, { "name":"type", "type":"token", "documentation":"Specific type of encounter" } ] }, { "type":"EnrollmentRequest", "profile":{ "reference":"http://hl7.org/fhir/Profile/EnrollmentRequest" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "EnrollmentRequest:patient", "EnrollmentRequest:subject" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"identifier", "type":"token", "documentation":"The business identifier of the Enrollment" }, { "name":"patient", "type":"reference", "documentation":"The party to be enrolled", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"subject", "type":"reference", "documentation":"The party to be enrolled", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] } ] }, { "type":"EnrollmentResponse", "profile":{ "reference":"http://hl7.org/fhir/Profile/EnrollmentResponse" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"identifier", "type":"token", "documentation":"The business identifier of the Explanation of Benefit" } ] }, { "type":"EpisodeOfCare", "profile":{ "reference":"http://hl7.org/fhir/Profile/EpisodeOfCare" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "EpisodeOfCare:care-manager", "EpisodeOfCare:condition", "EpisodeOfCare:incomingreferral", "EpisodeOfCare:organization", "EpisodeOfCare:patient", "EpisodeOfCare:team-member" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"care-manager", "type":"reference", "documentation":"Care manager/care co-ordinator for the patient", "target":[ "Practitioner" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom" ] }, { "name":"condition", "type":"reference", "documentation":"Conditions/problems/diagnoses this episode of care is for", "target":[ "Condition" ], "chain":[ "_id", "_language", "asserter", "body-site", "category", "clinicalstatus", "code", "date-recorded", "encounter", "evidence", "identifier", "onset", "onset-info", "patient", "severity", "stage" ] }, { "name":"date", "type":"date", "documentation":"The provided date search value falls within the episode of care's period" }, { "name":"identifier", "type":"token", "documentation":"Identifier(s) for the EpisodeOfCare" }, { "name":"incomingreferral", "type":"reference", "documentation":"Incoming Referral Request", "target":[ "ReferralRequest" ], "chain":[ "_id", "_language", "date", "patient", "priority", "recipient", "requester", "specialty", "status", "type" ] }, { "name":"organization", "type":"reference", "documentation":"The organization that has assumed the specific responsibilities of this EpisodeOfCare", "target":[ "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"patient", "type":"reference", "documentation":"Patient for this episode of care", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"status", "type":"token", "documentation":"The current status of the Episode of Care as provided (does not check the status history collection)" }, { "name":"team-member", "type":"reference", "documentation":"A Practitioner or Organization allocated to the care team for this EpisodeOfCare", "target":[ "Practitioner", "Organization" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"type", "type":"token", "documentation":"Type/class - e.g. specialist referral, disease management" } ] }, { "type":"ExpansionProfile", "profile":{ "reference":"http://hl7.org/fhir/Profile/ExpansionProfile" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"date", "type":"date", "documentation":"The expansion profile publication date" }, { "name":"description", "type":"string", "documentation":"Text search in the description of the expansion profile" }, { "name":"identifier", "type":"token", "documentation":"The identifier for the expansion profile" }, { "name":"name", "type":"string", "documentation":"The name of the expansion profile" }, { "name":"publisher", "type":"string", "documentation":"Name of the publisher of the expansion profile" }, { "name":"status", "type":"token", "documentation":"The status of the expansion profile" }, { "name":"url", "type":"uri", "documentation":"The logical URL for the expansion profile" }, { "name":"version", "type":"token", "documentation":"The version identifier of the expansion profile" } ] }, { "extension":[ { "url":"http://hl7api.sourceforge.net/hapi-fhir/res/extdefs.html#resourceCount", "valueDecimal":1022983 } ], "type":"ExplanationOfBenefit", "profile":{ "reference":"http://hl7.org/fhir/Profile/ExplanationOfBenefit" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "ExplanationOfBenefit:claim", "ExplanationOfBenefit:facility", "ExplanationOfBenefit:organization", "ExplanationOfBenefit:patient", "ExplanationOfBenefit:provider" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"claim", "type":"reference", "documentation":"The reference to the claim", "target":[ "Claim" ], "chain":[ "_id", "_language", "created", "facility", "identifier", "organization", "patient", "priority", "provider", "target", "use" ] }, { "name":"created", "type":"date", "documentation":"The creation date for the EOB" }, { "name":"disposition", "type":"string", "documentation":"The contents of the disposition message" }, { "name":"facility", "type":"reference", "documentation":"Facility responsible for the goods and services", "target":[ "Location" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type" ] }, { "name":"identifier", "type":"token", "documentation":"The business identifier of the Explanation of Benefit" }, { "name":"organization", "type":"reference", "documentation":"The reference to the providing organization", "target":[ "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"patient", "type":"reference", "documentation":"The reference to the patient", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"provider", "type":"reference", "documentation":"The reference to the provider", "target":[ "Practitioner" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom" ] } ] }, { "type":"FamilyMemberHistory", "profile":{ "reference":"http://hl7.org/fhir/Profile/FamilyMemberHistory" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "FamilyMemberHistory:patient" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"code", "type":"token", "documentation":"A search by a condition code" }, { "name":"date", "type":"date", "documentation":"When history was captured/updated" }, { "name":"gender", "type":"token", "documentation":"A search by a gender code of a family member" }, { "name":"identifier", "type":"token", "documentation":"A search by a record identifier" }, { "name":"patient", "type":"reference", "documentation":"The identity of a subject to list family member history items for", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"relationship", "type":"token", "documentation":"A search by a relationship type" } ] }, { "type":"Flag", "profile":{ "reference":"http://hl7.org/fhir/Profile/Flag" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "Flag:author", "Flag:encounter", "Flag:patient", "Flag:subject" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"author", "type":"reference", "documentation":"Flag creator", "target":[ "Device", "Organization", "Patient", "Practitioner" ], "chain":[ "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom" ] }, { "name":"date", "type":"date", "documentation":"Time period when flag is active" }, { "name":"encounter", "type":"reference", "documentation":"Alert relevant during encounter", "target":[ "Encounter" ], "chain":[ "_id", "_language", "appointment", "condition", "date", "episodeofcare", "identifier", "incomingreferral", "indication", "length", "location", "location-period", "part-of", "participant", "participant-type", "patient", "practitioner", "procedure", "reason", "special-arrangement", "status", "type" ] }, { "name":"patient", "type":"reference", "documentation":"The identity of a subject to list flags for", "target":[ "Patient", "Location", "Group", "Organization", "Practitioner" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type", "_id", "_language", "actual", "characteristic", "characteristic-value", "code", "exclude", "identifier", "member", "type", "value", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom" ] }, { "name":"subject", "type":"reference", "documentation":"The identity of a subject to list flags for", "target":[ "Patient", "Location", "Group", "Organization", "Practitioner" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type", "_id", "_language", "actual", "characteristic", "characteristic-value", "code", "exclude", "identifier", "member", "type", "value", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom" ] } ] }, { "type":"Goal", "profile":{ "reference":"http://hl7.org/fhir/Profile/Goal" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "Goal:patient", "Goal:subject" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"category", "type":"token", "documentation":"E.g. Treatment, dietary, behavioral, etc." }, { "name":"identifier", "type":"token", "documentation":"External Ids for this goal" }, { "name":"patient", "type":"reference", "documentation":"Who this goal is intended for", "target":[ "Patient", "Group", "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "actual", "characteristic", "characteristic-value", "code", "exclude", "identifier", "member", "type", "value", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"status", "type":"token", "documentation":"proposed | planned | accepted | rejected | in-progress | achieved | sustaining | on-hold | cancelled" }, { "name":"subject", "type":"reference", "documentation":"Who this goal is intended for", "target":[ "Patient", "Group", "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "actual", "characteristic", "characteristic-value", "code", "exclude", "identifier", "member", "type", "value", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"targetdate", "type":"date", "documentation":"Reach goal on or before" } ] }, { "type":"Group", "profile":{ "reference":"http://hl7.org/fhir/Profile/Group" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "Group:member" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"actual", "type":"token", "documentation":"Descriptive or actual" }, { "name":"characteristic", "type":"token", "documentation":"Kind of characteristic" }, { "name":"characteristic-value", "type":"composite", "documentation":"A composite of both characteristic and value" }, { "name":"code", "type":"token", "documentation":"The kind of resources contained" }, { "name":"exclude", "type":"token", "documentation":"Group includes or excludes" }, { "name":"identifier", "type":"token", "documentation":"Unique id" }, { "name":"member", "type":"reference", "documentation":"Reference to the group member", "target":[ "Patient", "Practitioner", "Device", "Medication", "Substance" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "code", "container", "content", "form", "ingredient", "manufacturer", "_id", "_language", "category", "code", "container-identifier", "expiry", "identifier", "quantity", "substance" ] }, { "name":"type", "type":"token", "documentation":"The type of resources the group contains" }, { "name":"value", "type":"token", "documentation":"Value held by characteristic" } ] }, { "type":"GuidanceResponse", "profile":{ "reference":"http://hl7.org/fhir/Profile/GuidanceResponse" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" } ] }, { "type":"HealthcareService", "profile":{ "reference":"http://hl7.org/fhir/Profile/HealthcareService" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "HealthcareService:location", "HealthcareService:organization" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"characteristic", "type":"token", "documentation":"One of the HealthcareService's characteristics" }, { "name":"identifier", "type":"token", "documentation":"External identifiers for this item" }, { "name":"location", "type":"reference", "documentation":"The location of the Healthcare Service", "target":[ "Location" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type" ] }, { "name":"name", "type":"string", "documentation":"A portion of the Healthcare service name" }, { "name":"organization", "type":"reference", "documentation":"The organization that provides this Healthcare Service", "target":[ "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"programname", "type":"string", "documentation":"One of the Program Names serviced by this HealthcareService" }, { "name":"servicecategory", "type":"token", "documentation":"Service Category of the Healthcare Service" }, { "name":"servicetype", "type":"token", "documentation":"The type of service provided by this healthcare service" } ] }, { "type":"ImagingObjectSelection", "profile":{ "reference":"http://hl7.org/fhir/Profile/ImagingObjectSelection" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "ImagingObjectSelection:author", "ImagingObjectSelection:patient" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"author", "type":"reference", "documentation":"Author of key DICOM object selection", "target":[ "Practitioner", "Device", "Organization", "Patient", "RelatedPerson" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom" ] }, { "name":"authoring-time", "type":"date", "documentation":"Time of key DICOM object selection authoring" }, { "name":"identifier", "type":"uri", "documentation":"UID of key DICOM object selection" }, { "name":"patient", "type":"reference", "documentation":"Subject of key DICOM object selection", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"selected-study", "type":"uri", "documentation":"Study selected in key DICOM object selection" }, { "name":"title", "type":"token", "documentation":"Title of key DICOM object selection" } ] }, { "type":"ImagingStudy", "profile":{ "reference":"http://hl7.org/fhir/Profile/ImagingStudy" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "ImagingStudy:order", "ImagingStudy:patient" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"accession", "type":"token", "documentation":"The accession identifier for the study" }, { "name":"bodysite", "type":"token", "documentation":"The body site studied" }, { "name":"dicom-class", "type":"uri", "documentation":"The type of the instance" }, { "name":"modality", "type":"token", "documentation":"The modality of the series" }, { "name":"order", "type":"reference", "documentation":"The order for the image", "target":[ "DiagnosticOrder" ], "chain":[ "_id", "_language", "actor", "bodysite", "code", "encounter", "event-date", "event-status", "event-status-date", "identifier", "item-date", "item-past-status", "item-status", "item-status-date", "orderer", "patient", "specimen", "status", "subject" ] }, { "name":"patient", "type":"reference", "documentation":"Who the study is about", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"series", "type":"uri", "documentation":"The identifier of the series of images" }, { "name":"started", "type":"date", "documentation":"When the study was started" }, { "name":"study", "type":"uri", "documentation":"The study identifier for the image" }, { "name":"uid", "type":"uri", "documentation":"The instance unique identifier" } ] }, { "type":"Immunization", "profile":{ "reference":"http://hl7.org/fhir/Profile/Immunization" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "Immunization:location", "Immunization:manufacturer", "Immunization:patient", "Immunization:performer", "Immunization:reaction", "Immunization:requester" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"date", "type":"date", "documentation":"Vaccination (non)-Administration Date" }, { "name":"dose-sequence", "type":"number", "documentation":"Dose number within series" }, { "name":"identifier", "type":"token", "documentation":"Business identifier" }, { "name":"location", "type":"reference", "documentation":"The service delivery location or facility in which the vaccine was / was to be administered", "target":[ "Location" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type" ] }, { "name":"lot-number", "type":"string", "documentation":"Vaccine Lot Number" }, { "name":"manufacturer", "type":"reference", "documentation":"Vaccine Manufacturer", "target":[ "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"notgiven", "type":"token", "documentation":"Administrations which were not given" }, { "name":"patient", "type":"reference", "documentation":"The patient for the vaccination record", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"performer", "type":"reference", "documentation":"The practitioner who administered the vaccination", "target":[ "Practitioner" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom" ] }, { "name":"reaction", "type":"reference", "documentation":"Additional information on reaction", "target":[ "Observation" ], "chain":[ "_id", "_language", "category", "code", "code-value-concept", "code-value-date", "code-value-quantity", "code-value-string", "component-code", "component-code-value-concept", "component-code-value-date", "component-code-value-quantity", "component-code-value-string", "component-data-absent-reason", "component-value-concept", "component-value-quantity", "component-value-string", "data-absent-reason", "date", "device", "encounter", "identifier", "patient", "performer", "related", "related-target", "related-type", "specimen", "status", "subject", "value-concept", "value-date", "value-quantity", "value-string" ] }, { "name":"reaction-date", "type":"date", "documentation":"When reaction started" }, { "name":"reason", "type":"token", "documentation":"Why immunization occurred" }, { "name":"reason-not-given", "type":"token", "documentation":"Explanation of reason vaccination was not administered" }, { "name":"requester", "type":"reference", "documentation":"The practitioner who ordered the vaccination", "target":[ "Practitioner" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom" ] }, { "name":"status", "type":"token", "documentation":"Immunization event status" }, { "name":"vaccine-code", "type":"token", "documentation":"Vaccine Product Administered" } ] }, { "type":"ImmunizationRecommendation", "profile":{ "reference":"http://hl7.org/fhir/Profile/ImmunizationRecommendation" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "ImmunizationRecommendation:information", "ImmunizationRecommendation:patient", "ImmunizationRecommendation:support" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"date", "type":"date", "documentation":"Date recommendation created" }, { "name":"dose-number", "type":"number", "documentation":"Recommended dose number" }, { "name":"dose-sequence", "type":"number", "documentation":"Dose number within sequence" }, { "name":"identifier", "type":"token", "documentation":"Business identifier" }, { "name":"information", "type":"reference", "documentation":"Patient observations supporting recommendation", "target":[ "Observation", "AllergyIntolerance" ], "chain":[ "_id", "_language", "category", "code", "code-value-concept", "code-value-date", "code-value-quantity", "code-value-string", "component-code", "component-code-value-concept", "component-code-value-date", "component-code-value-quantity", "component-code-value-string", "component-data-absent-reason", "component-value-concept", "component-value-quantity", "component-value-string", "data-absent-reason", "date", "device", "encounter", "identifier", "patient", "performer", "related", "related-target", "related-type", "specimen", "status", "subject", "value-concept", "value-date", "value-quantity", "value-string", "_id", "_language", "category", "criticality", "date", "identifier", "last-date", "manifestation", "onset", "patient", "recorder", "reporter", "route", "severity", "status", "substance", "type" ] }, { "name":"patient", "type":"reference", "documentation":"Who this profile is for", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"status", "type":"token", "documentation":"Vaccine administration status" }, { "name":"support", "type":"reference", "documentation":"Past immunizations supporting recommendation", "target":[ "Immunization" ], "chain":[ "_id", "_language", "date", "dose-sequence", "identifier", "location", "lot-number", "manufacturer", "notgiven", "patient", "performer", "reaction", "reaction-date", "reason", "reason-not-given", "requester", "status", "vaccine-code" ] }, { "name":"vaccine-type", "type":"token", "documentation":"Vaccine recommendation applies to" } ] }, { "type":"ImplementationGuide", "profile":{ "reference":"http://hl7.org/fhir/Profile/ImplementationGuide" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"context", "type":"token", "documentation":"A use context assigned to the structure" }, { "name":"date", "type":"date", "documentation":"The implementation guide publication date" }, { "name":"dependency", "type":"uri", "documentation":"Where to find dependency" }, { "name":"description", "type":"string", "documentation":"Text search in the description of the implementation guide" }, { "name":"experimental", "type":"token", "documentation":"If for testing purposes, not real usage" }, { "name":"name", "type":"string", "documentation":"Name of the implementation guide" }, { "name":"publisher", "type":"string", "documentation":"Name of the publisher of the implementation guide" }, { "name":"status", "type":"token", "documentation":"The current status of the implementation guide" }, { "name":"url", "type":"uri", "documentation":"Absolute URL used to reference this Implementation Guide" }, { "name":"version", "type":"token", "documentation":"The version identifier of the implementation guide" } ] }, { "type":"Library", "profile":{ "reference":"http://hl7.org/fhir/Profile/Library" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" } ] }, { "type":"List", "profile":{ "reference":"http://hl7.org/fhir/Profile/ListResource" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "List:encounter", "List:item", "List:patient", "List:source", "List:subject" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"code", "type":"token", "documentation":"What the purpose of this list is" }, { "name":"date", "type":"date", "documentation":"When the list was prepared" }, { "name":"empty-reason", "type":"token", "documentation":"Why list is empty" }, { "name":"encounter", "type":"reference", "documentation":"Context in which list created", "target":[ "Encounter" ], "chain":[ "_id", "_language", "appointment", "condition", "date", "episodeofcare", "identifier", "incomingreferral", "indication", "length", "location", "location-period", "part-of", "participant", "participant-type", "patient", "practitioner", "procedure", "reason", "special-arrangement", "status", "type" ] }, { "name":"item", "type":"reference", "documentation":"Actual entry" }, { "name":"notes", "type":"string", "documentation":"Comments about the list" }, { "name":"patient", "type":"reference", "documentation":"If all resources have the same subject", "target":[ "Patient", "Group", "Device", "Location" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "actual", "characteristic", "characteristic-value", "code", "exclude", "identifier", "member", "type", "value", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type" ] }, { "name":"source", "type":"reference", "documentation":"Who and/or what defined the list contents (aka Author)", "target":[ "Practitioner", "Patient", "Device" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url" ] }, { "name":"status", "type":"token", "documentation":"current | retired | entered-in-error" }, { "name":"subject", "type":"reference", "documentation":"If all resources have the same subject", "target":[ "Patient", "Group", "Device", "Location" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "actual", "characteristic", "characteristic-value", "code", "exclude", "identifier", "member", "type", "value", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type" ] }, { "name":"title", "type":"string", "documentation":"Descriptive name for the list" } ] }, { "type":"Location", "profile":{ "reference":"http://hl7.org/fhir/Profile/Location" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "Location:organization", "Location:partof" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"address", "type":"string", "documentation":"A (part of the) address of the location" }, { "name":"address-city", "type":"string", "documentation":"A city specified in an address" }, { "name":"address-country", "type":"string", "documentation":"A country specified in an address" }, { "name":"address-postalcode", "type":"string", "documentation":"A postal code specified in an address" }, { "name":"address-state", "type":"string", "documentation":"A state specified in an address" }, { "name":"address-use", "type":"token", "documentation":"A use code specified in an address" }, { "name":"identifier", "type":"token", "documentation":"Unique code or number identifying the location to its users" }, { "name":"name", "type":"string", "documentation":"A (portion of the) name of the location" }, { "name":"near", "type":"token", "documentation":"The coordinates expressed as [lat],[long] (using the WGS84 datum, see notes) to find locations near to (servers may search using a square rather than a circle for efficiency)" }, { "name":"near-distance", "type":"token", "documentation":"A distance quantity to limit the near search to locations within a specific distance" }, { "name":"organization", "type":"reference", "documentation":"Searches for locations that are managed by the provided organization", "target":[ "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"partof", "type":"reference", "documentation":"The location of which this location is a part", "target":[ "Location" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type" ] }, { "name":"status", "type":"token", "documentation":"Searches for locations with a specific kind of status" }, { "name":"type", "type":"token", "documentation":"A code for the type of location" } ] }, { "type":"Measure", "profile":{ "reference":"http://hl7.org/fhir/Profile/Measure" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" } ] }, { "type":"Media", "profile":{ "reference":"http://hl7.org/fhir/Profile/Media" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "Media:operator", "Media:patient", "Media:subject" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"created", "type":"date", "documentation":"Date attachment was first created" }, { "name":"identifier", "type":"token", "documentation":"Identifier(s) for the image" }, { "name":"operator", "type":"reference", "documentation":"The person who generated the image", "target":[ "Practitioner" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom" ] }, { "name":"patient", "type":"reference", "documentation":"Who/What this Media is a record of", "target":[ "Patient", "Practitioner", "Group", "Device", "Specimen" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "actual", "characteristic", "characteristic-value", "code", "exclude", "identifier", "member", "type", "value", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "accession", "bodysite", "collected", "collector", "container", "container-id", "identifier", "parent", "patient", "subject", "type" ] }, { "name":"subject", "type":"reference", "documentation":"Who/What this Media is a record of", "target":[ "Patient", "Practitioner", "Group", "Device", "Specimen" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "actual", "characteristic", "characteristic-value", "code", "exclude", "identifier", "member", "type", "value", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "accession", "bodysite", "collected", "collector", "container", "container-id", "identifier", "parent", "patient", "subject", "type" ] }, { "name":"subtype", "type":"token", "documentation":"The type of acquisition equipment/process" }, { "name":"type", "type":"token", "documentation":"photo | video | audio" }, { "name":"view", "type":"token", "documentation":"Imaging view, e.g. Lateral or Antero-posterior" } ] }, { "type":"Medication", "profile":{ "reference":"http://hl7.org/fhir/Profile/Medication" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "Medication:content", "Medication:ingredient", "Medication:manufacturer" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"code", "type":"token", "documentation":"Codes that identify this medication" }, { "name":"container", "type":"token", "documentation":"E.g. box, vial, blister-pack" }, { "name":"content", "type":"reference", "documentation":"A product in the package", "target":[ "Medication" ], "chain":[ "_id", "_language", "code", "container", "content", "form", "ingredient", "manufacturer" ] }, { "name":"form", "type":"token", "documentation":"powder | tablets | carton +" }, { "name":"ingredient", "type":"reference", "documentation":"The product contained", "target":[ "Substance", "Medication" ], "chain":[ "_id", "_language", "category", "code", "container-identifier", "expiry", "identifier", "quantity", "substance", "_id", "_language", "code", "container", "content", "form", "ingredient", "manufacturer" ] }, { "name":"manufacturer", "type":"reference", "documentation":"Manufacturer of the item", "target":[ "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] } ] }, { "type":"MedicationAdministration", "profile":{ "reference":"http://hl7.org/fhir/Profile/MedicationAdministration" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "MedicationAdministration:device", "MedicationAdministration:encounter", "MedicationAdministration:medication", "MedicationAdministration:patient", "MedicationAdministration:practitioner", "MedicationAdministration:prescription" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"code", "type":"token", "documentation":"Return administrations of this medication code" }, { "name":"device", "type":"reference", "documentation":"Return administrations with this administration device identity", "target":[ "Device" ], "chain":[ "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url" ] }, { "name":"effectivetime", "type":"date", "documentation":"Date administration happened (or did not happen)" }, { "name":"encounter", "type":"reference", "documentation":"Return administrations that share this encounter", "target":[ "Encounter" ], "chain":[ "_id", "_language", "appointment", "condition", "date", "episodeofcare", "identifier", "incomingreferral", "indication", "length", "location", "location-period", "part-of", "participant", "participant-type", "patient", "practitioner", "procedure", "reason", "special-arrangement", "status", "type" ] }, { "name":"identifier", "type":"token", "documentation":"Return administrations with this external identifier" }, { "name":"medication", "type":"reference", "documentation":"Return administrations of this medication resource" }, { "name":"notgiven", "type":"token", "documentation":"Administrations that were not made" }, { "name":"patient", "type":"reference", "documentation":"The identity of a patient to list administrations for", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"practitioner", "type":"reference", "documentation":"Who administered substance", "target":[ "Practitioner", "Patient", "RelatedPerson" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom" ] }, { "name":"prescription", "type":"reference", "documentation":"The identity of a prescription to list administrations from", "target":[ "MedicationOrder" ], "chain":[ "_id", "_language", "code", "datewritten", "encounter", "identifier", "medication", "patient", "prescriber", "status" ] }, { "name":"status", "type":"token", "documentation":"MedicationAdministration event status (for example one of active/paused/completed/nullified)" } ] }, { "type":"MedicationDispense", "profile":{ "reference":"http://hl7.org/fhir/Profile/MedicationDispense" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "MedicationDispense:destination", "MedicationDispense:dispenser", "MedicationDispense:medication", "MedicationDispense:patient", "MedicationDispense:prescription", "MedicationDispense:receiver", "MedicationDispense:responsibleparty" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"code", "type":"token", "documentation":"Return dispenses of this medicine code" }, { "name":"destination", "type":"reference", "documentation":"Return dispenses that should be sent to a specific destination", "target":[ "Location" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type" ] }, { "name":"dispenser", "type":"reference", "documentation":"Return all dispenses performed by a specific individual", "target":[ "Practitioner" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom" ] }, { "name":"identifier", "type":"token", "documentation":"Return dispenses with this external identifier" }, { "name":"medication", "type":"reference", "documentation":"Return dispenses of this medicine resource" }, { "name":"patient", "type":"reference", "documentation":"The identity of a patient to list dispenses for", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"prescription", "type":"reference", "documentation":"The identity of a prescription to list dispenses from", "target":[ "MedicationOrder" ], "chain":[ "_id", "_language", "code", "datewritten", "encounter", "identifier", "medication", "patient", "prescriber", "status" ] }, { "name":"receiver", "type":"reference", "documentation":"Who collected the medication", "target":[ "Patient", "Practitioner" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom" ] }, { "name":"responsibleparty", "type":"reference", "documentation":"Return all dispenses with the specified responsible party", "target":[ "Practitioner" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom" ] }, { "name":"status", "type":"token", "documentation":"Status of the dispense" }, { "name":"type", "type":"token", "documentation":"Return all dispenses of a specific type" }, { "name":"whenhandedover", "type":"date", "documentation":"Date when medication handed over to patient (outpatient setting), or supplied to ward or clinic (inpatient setting)" }, { "name":"whenprepared", "type":"date", "documentation":"Date when medication prepared" } ] }, { "extension":[ { "url":"http://hl7api.sourceforge.net/hapi-fhir/res/extdefs.html#resourceCount", "valueDecimal":490317 } ], "type":"MedicationOrder", "profile":{ "reference":"http://hl7.org/fhir/Profile/MedicationOrder" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "MedicationOrder:encounter", "MedicationOrder:medication", "MedicationOrder:patient", "MedicationOrder:prescriber" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"code", "type":"token", "documentation":"Return administrations of this medication code" }, { "name":"datewritten", "type":"date", "documentation":"Return prescriptions written on this date" }, { "name":"encounter", "type":"reference", "documentation":"Return prescriptions with this encounter identifier", "target":[ "Encounter" ], "chain":[ "_id", "_language", "appointment", "condition", "date", "episodeofcare", "identifier", "incomingreferral", "indication", "length", "location", "location-period", "part-of", "participant", "participant-type", "patient", "practitioner", "procedure", "reason", "special-arrangement", "status", "type" ] }, { "name":"identifier", "type":"token", "documentation":"Return prescriptions with this external identifier" }, { "name":"medication", "type":"reference", "documentation":"Return administrations of this medication reference" }, { "name":"patient", "type":"reference", "documentation":"The identity of a patient to list orders for", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"prescriber", "type":"reference", "documentation":"Who ordered the medication(s)", "target":[ "Practitioner" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom" ] }, { "name":"status", "type":"token", "documentation":"Status of the prescription" } ] }, { "type":"MedicationStatement", "profile":{ "reference":"http://hl7.org/fhir/Profile/MedicationStatement" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "MedicationStatement:medication", "MedicationStatement:patient", "MedicationStatement:source" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"code", "type":"token", "documentation":"Return administrations of this medication code" }, { "name":"effectivedate", "type":"date", "documentation":"Date when patient was taking (or not taking) the medication" }, { "name":"identifier", "type":"token", "documentation":"Return statements with this external identifier" }, { "name":"medication", "type":"reference", "documentation":"Return administrations of this medication reference" }, { "name":"patient", "type":"reference", "documentation":"The identity of a patient to list statements for", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"source", "type":"reference", "documentation":"Who the information in the statement came from", "target":[ "Patient", "Practitioner", "RelatedPerson" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom" ] }, { "name":"status", "type":"token", "documentation":"Return statements that match the given status" } ] }, { "type":"MessageHeader", "profile":{ "reference":"http://hl7.org/fhir/Profile/MessageHeader" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "MessageHeader:author", "MessageHeader:data", "MessageHeader:enterer", "MessageHeader:receiver", "MessageHeader:responsible", "MessageHeader:target" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"author", "type":"reference", "documentation":"The source of the decision", "target":[ "Practitioner" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom" ] }, { "name":"code", "type":"token", "documentation":"ok | transient-error | fatal-error" }, { "name":"data", "type":"reference", "documentation":"The actual content of the message" }, { "name":"destination", "type":"string", "documentation":"Name of system" }, { "name":"destination-uri", "type":"uri", "documentation":"Actual destination address or id" }, { "name":"enterer", "type":"reference", "documentation":"The source of the data entry", "target":[ "Practitioner" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom" ] }, { "name":"event", "type":"token", "documentation":"Code for the event this message represents" }, { "name":"receiver", "type":"reference", "documentation":"Intended 'real-world' recipient for the data", "target":[ "Practitioner", "Organization" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"response-id", "type":"token", "documentation":"Id of original message" }, { "name":"responsible", "type":"reference", "documentation":"Final responsibility for event", "target":[ "Practitioner", "Organization" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"source", "type":"string", "documentation":"Name of system" }, { "name":"source-uri", "type":"uri", "documentation":"Actual message source address or id" }, { "name":"target", "type":"reference", "documentation":"Particular delivery destination within the destination", "target":[ "Device" ], "chain":[ "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url" ] }, { "name":"timestamp", "type":"date", "documentation":"Time that the message was sent" } ] }, { "type":"ModuleDefinition", "profile":{ "reference":"http://hl7.org/fhir/Profile/ModuleDefinition" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" } ] }, { "type":"ModuleMetadata", "profile":{ "reference":"http://hl7.org/fhir/Profile/ModuleMetadata" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"description", "type":"string", "documentation":"Text search against the description" }, { "name":"identifier", "type":"token", "documentation":"Logical identifier for the module (e.g. CMS-143)" }, { "name":"keyword", "type":"string", "documentation":"Keywords associated with the module" }, { "name":"status", "type":"token", "documentation":"Status of the module" }, { "name":"title", "type":"string", "documentation":"Text search against the title" }, { "name":"topic", "type":"token", "documentation":"Topics associated with the module" }, { "name":"version", "type":"string", "documentation":"Version of the module (e.g. 1.0.0)" } ] }, { "type":"NamingSystem", "profile":{ "reference":"http://hl7.org/fhir/Profile/NamingSystem" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "NamingSystem:replaced-by" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"contact", "type":"string", "documentation":"Name of a individual to contact" }, { "name":"context", "type":"token", "documentation":"Content intends to support these contexts" }, { "name":"date", "type":"date", "documentation":"Publication Date(/time)" }, { "name":"id-type", "type":"token", "documentation":"oid | uuid | uri | other" }, { "name":"kind", "type":"token", "documentation":"codesystem | identifier | root" }, { "name":"name", "type":"string", "documentation":"Human-readable label" }, { "name":"period", "type":"date", "documentation":"When is identifier valid?" }, { "name":"publisher", "type":"string", "documentation":"Name of the publisher (Organization or individual)" }, { "name":"replaced-by", "type":"reference", "documentation":"Use this instead", "target":[ "NamingSystem" ], "chain":[ "_id", "_language", "contact", "context", "date", "id-type", "kind", "name", "period", "publisher", "replaced-by", "responsible", "status", "telecom", "type", "value" ] }, { "name":"responsible", "type":"string", "documentation":"Who maintains system namespace?" }, { "name":"status", "type":"token", "documentation":"draft | active | retired" }, { "name":"telecom", "type":"token", "documentation":"Contact details for individual or publisher" }, { "name":"type", "type":"token", "documentation":"e.g. driver, provider, patient, bank etc." }, { "name":"value", "type":"string", "documentation":"The unique identifier" } ] }, { "type":"NutritionOrder", "profile":{ "reference":"http://hl7.org/fhir/Profile/NutritionOrder" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "NutritionOrder:encounter", "NutritionOrder:patient", "NutritionOrder:provider" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"additive", "type":"token", "documentation":"Type of module component to add to the feeding" }, { "name":"datetime", "type":"date", "documentation":"Return nutrition orders requested on this date" }, { "name":"encounter", "type":"reference", "documentation":"Return nutrition orders with this encounter identifier", "target":[ "Encounter" ], "chain":[ "_id", "_language", "appointment", "condition", "date", "episodeofcare", "identifier", "incomingreferral", "indication", "length", "location", "location-period", "part-of", "participant", "participant-type", "patient", "practitioner", "procedure", "reason", "special-arrangement", "status", "type" ] }, { "name":"formula", "type":"token", "documentation":"Type of enteral or infant formula" }, { "name":"identifier", "type":"token", "documentation":"Return nutrition orders with this external identifier" }, { "name":"oraldiet", "type":"token", "documentation":"Type of diet that can be consumed orally (i.e., take via the mouth)." }, { "name":"patient", "type":"reference", "documentation":"The identity of the person who requires the diet, formula or nutritional supplement", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"provider", "type":"reference", "documentation":"The identify of the provider who placed the nutrition order", "target":[ "Practitioner" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom" ] }, { "name":"status", "type":"token", "documentation":"Status of the nutrition order." }, { "name":"supplement", "type":"token", "documentation":"Type of supplement product requested" } ] }, { "type":"Observation", "profile":{ "reference":"http://hl7.org/fhir/Profile/Observation" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "Observation:device", "Observation:encounter", "Observation:patient", "Observation:performer", "Observation:related-target", "Observation:specimen", "Observation:subject" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"category", "type":"token", "documentation":"The classification of the type of observation" }, { "name":"code", "type":"token", "documentation":"The code of the observation type" }, { "name":"code-value-concept", "type":"composite", "documentation":"Both code and one of the value parameters" }, { "name":"code-value-date", "type":"composite", "documentation":"Both code and one of the value parameters" }, { "name":"code-value-quantity", "type":"composite", "documentation":"Both code and one of the value parameters" }, { "name":"code-value-string", "type":"composite", "documentation":"Both code and one of the value parameters" }, { "name":"component-code", "type":"token", "documentation":"The component code of the observation type" }, { "name":"component-code-component-value-concept", "type":"composite", "documentation":"Both component code and one of the component value parameters" }, { "name":"component-code-component-value-quantity", "type":"composite", "documentation":"Both component code and one of the component value parameters" }, { "name":"component-code-component-value-string", "type":"composite", "documentation":"Both component code and one of the component value parameters" }, { "name":"component-data-absent-reason", "type":"token", "documentation":"The reason why the expected value in the element Observation.component.value[x] is missing." }, { "name":"component-value-concept", "type":"token", "documentation":"The value of the component observation, if the value is a CodeableConcept" }, { "name":"component-value-quantity", "type":"quantity", "documentation":"The value of the component observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)" }, { "name":"component-value-string", "type":"string", "documentation":"The value of the component observation, if the value is a string, and also searches in CodeableConcept.text" }, { "name":"data-absent-reason", "type":"token", "documentation":"The reason why the expected value in the element Observation.value[x] is missing." }, { "name":"date", "type":"date", "documentation":"Obtained date/time. If the obtained element is a period, a date that falls in the period" }, { "name":"device", "type":"reference", "documentation":"The Device that generated the observation data.", "target":[ "Device", "DeviceMetric" ], "chain":[ "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "category", "identifier", "parent", "source", "type" ] }, { "name":"encounter", "type":"reference", "documentation":"Healthcare event related to the observation", "target":[ "Encounter" ], "chain":[ "_id", "_language", "appointment", "condition", "date", "episodeofcare", "identifier", "incomingreferral", "indication", "length", "location", "location-period", "part-of", "participant", "participant-type", "patient", "practitioner", "procedure", "reason", "special-arrangement", "status", "type" ] }, { "name":"identifier", "type":"token", "documentation":"The unique id for a particular observation" }, { "name":"patient", "type":"reference", "documentation":"The subject that the observation is about (if patient)", "target":[ "Patient", "Group", "Device", "Location" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "actual", "characteristic", "characteristic-value", "code", "exclude", "identifier", "member", "type", "value", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type" ] }, { "name":"performer", "type":"reference", "documentation":"Who performed the observation", "target":[ "Practitioner", "Organization", "Patient", "RelatedPerson" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom" ] }, { "name":"related-target", "type":"reference", "documentation":"Resource that is related to this one", "target":[ "Observation", "QuestionnaireResponse" ], "chain":[ "_id", "_language", "category", "code", "code-value-concept", "code-value-date", "code-value-quantity", "code-value-string", "component-code", "component-code-value-concept", "component-code-value-date", "component-code-value-quantity", "component-code-value-string", "component-data-absent-reason", "component-value-concept", "component-value-quantity", "component-value-string", "data-absent-reason", "date", "device", "encounter", "identifier", "patient", "performer", "related", "related-target", "related-type", "specimen", "status", "subject", "value-concept", "value-date", "value-quantity", "value-string", "_id", "_language", "author", "authored", "encounter", "patient", "questionnaire", "source", "status", "subject" ] }, { "name":"related-target-related-type", "type":"composite", "documentation":"Related Observations - search on related-type and related-target together" }, { "name":"related-type", "type":"token", "documentation":"has-member | derived-from | sequel-to | replaces | qualified-by | interfered-by" }, { "name":"specimen", "type":"reference", "documentation":"Specimen used for this observation", "target":[ "Specimen" ], "chain":[ "_id", "_language", "accession", "bodysite", "collected", "collector", "container", "container-id", "identifier", "parent", "patient", "subject", "type" ] }, { "name":"status", "type":"token", "documentation":"The status of the observation" }, { "name":"subject", "type":"reference", "documentation":"The subject that the observation is about", "target":[ "Patient", "Group", "Device", "Location" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "actual", "characteristic", "characteristic-value", "code", "exclude", "identifier", "member", "type", "value", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type" ] }, { "name":"value-concept", "type":"token", "documentation":"The value of the observation, if the value is a CodeableConcept" }, { "name":"value-date", "type":"date", "documentation":"The value of the observation, if the value is a date or period of time" }, { "name":"value-quantity", "type":"quantity", "documentation":"The value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)" }, { "name":"value-string", "type":"string", "documentation":"The value of the observation, if the value is a string, and also searches in CodeableConcept.text" } ] }, { "type":"OperationDefinition", "profile":{ "reference":"http://hl7.org/fhir/Profile/OperationDefinition" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "OperationDefinition:base", "OperationDefinition:profile" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"base", "type":"reference", "documentation":"Marks this as a profile of the base", "target":[ "OperationDefinition" ], "chain":[ "_id", "_language", "base", "code", "date", "instance", "kind", "name", "profile", "publisher", "status", "system", "type", "url", "version" ] }, { "name":"code", "type":"token", "documentation":"Name used to invoke the operation" }, { "name":"date", "type":"date", "documentation":"Date for this version of the operation definition" }, { "name":"instance", "type":"token", "documentation":"Invoke on an instance?" }, { "name":"kind", "type":"token", "documentation":"operation | query" }, { "name":"name", "type":"string", "documentation":"Informal name for this operation" }, { "name":"profile", "type":"reference", "documentation":"Profile on the type", "target":[ "StructureDefinition" ], "chain":[ "_id", "_language", "abstract", "base", "base-path", "code", "context", "context-type", "date", "description", "display", "experimental", "ext-context", "identifier", "kind", "name", "path", "publisher", "status", "type", "url", "valueset", "version" ] }, { "name":"publisher", "type":"string", "documentation":"Name of the publisher (Organization or individual)" }, { "name":"status", "type":"token", "documentation":"draft | active | retired" }, { "name":"system", "type":"token", "documentation":"Invoke at the system level?" }, { "name":"type", "type":"token", "documentation":"Invoke at resource level for these type" }, { "name":"url", "type":"uri", "documentation":"Logical URL to reference this operation definition" }, { "name":"version", "type":"token", "documentation":"Logical id for this version of the operation definition" } ] }, { "type":"OperationOutcome", "profile":{ "reference":"http://hl7.org/fhir/Profile/OperationOutcome" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" } ] }, { "type":"Order", "profile":{ "reference":"http://hl7.org/fhir/Profile/Order" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "Order:detail", "Order:patient", "Order:source", "Order:subject", "Order:target" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"date", "type":"date", "documentation":"When the order was made" }, { "name":"detail", "type":"reference", "documentation":"What action is being ordered" }, { "name":"identifier", "type":"token", "documentation":"Instance id from source, target, and/or others" }, { "name":"patient", "type":"reference", "documentation":"Patient this order is about", "target":[ "Patient", "Group", "Device", "Substance" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "actual", "characteristic", "characteristic-value", "code", "exclude", "identifier", "member", "type", "value", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "category", "code", "container-identifier", "expiry", "identifier", "quantity", "substance" ] }, { "name":"source", "type":"reference", "documentation":"Who initiated the order", "target":[ "Practitioner", "Organization" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"subject", "type":"reference", "documentation":"Patient this order is about", "target":[ "Patient", "Group", "Device", "Substance" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "actual", "characteristic", "characteristic-value", "code", "exclude", "identifier", "member", "type", "value", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "category", "code", "container-identifier", "expiry", "identifier", "quantity", "substance" ] }, { "name":"target", "type":"reference", "documentation":"Who is intended to fulfill the order", "target":[ "Organization", "Device", "Practitioner" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom" ] }, { "name":"when", "type":"date", "documentation":"A formal schedule" }, { "name":"when_code", "type":"token", "documentation":"Code specifies when request should be done. The code may simply be a priority code" } ] }, { "type":"OrderResponse", "profile":{ "reference":"http://hl7.org/fhir/Profile/OrderResponse" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "OrderResponse:fulfillment", "OrderResponse:request", "OrderResponse:who" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"code", "type":"token", "documentation":"pending | review | rejected | error | accepted | cancelled | replaced | aborted | completed" }, { "name":"date", "type":"date", "documentation":"When the response was made" }, { "name":"fulfillment", "type":"reference", "documentation":"Details of the outcome of performing the order" }, { "name":"identifier", "type":"token", "documentation":"Identifiers assigned to this order by the orderer or by the receiver" }, { "name":"request", "type":"reference", "documentation":"The order that this is a response to", "target":[ "Order" ], "chain":[ "_id", "_language", "date", "detail", "identifier", "patient", "source", "subject", "target", "when", "when_code" ] }, { "name":"who", "type":"reference", "documentation":"Who made the response", "target":[ "Practitioner", "Organization", "Device" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url" ] } ] }, { "type":"OrderSet", "profile":{ "reference":"http://hl7.org/fhir/Profile/OrderSet" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" } ] }, { "extension":[ { "url":"http://hl7api.sourceforge.net/hapi-fhir/res/extdefs.html#resourceCount", "valueDecimal":11120 } ], "type":"Organization", "profile":{ "reference":"http://hl7.org/fhir/Profile/Organization" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "Organization:partof" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"active", "type":"token", "documentation":"Whether the organization's record is active" }, { "name":"address", "type":"string", "documentation":"A (part of the) address of the Organization" }, { "name":"address-city", "type":"string", "documentation":"A city specified in an address" }, { "name":"address-country", "type":"string", "documentation":"A country specified in an address" }, { "name":"address-postalcode", "type":"string", "documentation":"A postal code specified in an address" }, { "name":"address-state", "type":"string", "documentation":"A state specified in an address" }, { "name":"address-use", "type":"token", "documentation":"A use code specified in an address" }, { "name":"identifier", "type":"token", "documentation":"Any identifier for the organization (not the accreditation issuer's identifier)" }, { "name":"name", "type":"string", "documentation":"A portion of the organization's name" }, { "name":"partof", "type":"reference", "documentation":"Search all organizations that are part of the given organization", "target":[ "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"phonetic", "type":"string", "documentation":"A portion of the organization's name using some kind of phonetic matching algorithm" }, { "name":"type", "type":"token", "documentation":"A code for the type of organization" } ] }, { "type":"Parameters", "profile":{ "reference":"http://hl7.org/fhir/Profile/Parameters" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" } ] }, { "extension":[ { "url":"http://hl7api.sourceforge.net/hapi-fhir/res/extdefs.html#resourceCount", "valueDecimal":11127 } ], "type":"Patient", "profile":{ "reference":"http://hl7.org/fhir/Profile/Patient" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "Patient:careprovider", "Patient:link", "Patient:organization" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"active", "type":"token", "documentation":"Whether the patient record is active" }, { "name":"address", "type":"string", "documentation":"An address in any kind of address/part of the patient" }, { "name":"address-city", "type":"string", "documentation":"A city specified in an address" }, { "name":"address-country", "type":"string", "documentation":"A country specified in an address" }, { "name":"address-postalcode", "type":"string", "documentation":"A postalCode specified in an address" }, { "name":"address-state", "type":"string", "documentation":"A state specified in an address" }, { "name":"address-use", "type":"token", "documentation":"A use code specified in an address" }, { "name":"animal-breed", "type":"token", "documentation":"The breed for animal patients" }, { "name":"animal-species", "type":"token", "documentation":"The species for animal patients" }, { "name":"birthdate", "type":"date", "documentation":"The patient's date of birth" }, { "name":"careprovider", "type":"reference", "documentation":"Patient's nominated care provider, could be a care manager, not the organization that manages the record", "target":[ "Organization", "Practitioner" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom" ] }, { "name":"deathdate", "type":"date", "documentation":"The date of death has been provided and satisfies this search value" }, { "name":"deceased", "type":"token", "documentation":"This patient has been marked as deceased, or as a death date entered" }, { "name":"email", "type":"token", "documentation":"A value in an email contact" }, { "name":"family", "type":"string", "documentation":"A portion of the family name of the patient" }, { "name":"gender", "type":"token", "documentation":"Gender of the patient" }, { "name":"given", "type":"string", "documentation":"A portion of the given name of the patient" }, { "name":"identifier", "type":"token", "documentation":"A patient identifier" }, { "name":"language", "type":"token", "documentation":"Language code (irrespective of use value)" }, { "name":"link", "type":"reference", "documentation":"All patients linked to the given patient", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"name", "type":"string", "documentation":"A portion of either family or given name of the patient" }, { "name":"organization", "type":"reference", "documentation":"The organization at which this person is a patient", "target":[ "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"phone", "type":"token", "documentation":"A value in a phone contact" }, { "name":"phonetic", "type":"string", "documentation":"A portion of either family or given name using some kind of phonetic matching algorithm" }, { "name":"telecom", "type":"token", "documentation":"The value in any kind of telecom details of the patient" } ] }, { "type":"PaymentNotice", "profile":{ "reference":"http://hl7.org/fhir/Profile/PaymentNotice" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "PaymentNotice:organization", "PaymentNotice:provider", "PaymentNotice:request", "PaymentNotice:response" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"created", "type":"date", "documentation":"Creation date fro the notice" }, { "name":"identifier", "type":"token", "documentation":"The business identifier of the notice" }, { "name":"organization", "type":"reference", "documentation":"The organization who generated this resource", "target":[ "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"paymentstatus", "type":"token", "documentation":"The type of payment notice" }, { "name":"provider", "type":"reference", "documentation":"The reference to the provider", "target":[ "Practitioner" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom" ] }, { "name":"request", "type":"reference", "documentation":"The Claim" }, { "name":"response", "type":"reference", "documentation":"The ClaimResponse" }, { "name":"statusdate", "type":"date", "documentation":"The date of the payment action" } ] }, { "type":"PaymentReconciliation", "profile":{ "reference":"http://hl7.org/fhir/Profile/PaymentReconciliation" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "PaymentReconciliation:organization", "PaymentReconciliation:request", "PaymentReconciliation:requestorganization", "PaymentReconciliation:requestprovider" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"created", "type":"date", "documentation":"The creation date" }, { "name":"disposition", "type":"string", "documentation":"The contents of the disposition message" }, { "name":"identifier", "type":"token", "documentation":"The business identifier of the Explanation of Benefit" }, { "name":"organization", "type":"reference", "documentation":"The organization who generated this resource", "target":[ "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"outcome", "type":"token", "documentation":"The processing outcome" }, { "name":"request", "type":"reference", "documentation":"The reference to the claim", "target":[ "ProcessRequest" ], "chain":[ "_id", "_language", "action", "identifier", "organization", "provider" ] }, { "name":"requestorganization", "type":"reference", "documentation":"The organization who generated this resource", "target":[ "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"requestprovider", "type":"reference", "documentation":"The reference to the provider who sumbitted the claim", "target":[ "Practitioner" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom" ] } ] }, { "type":"Person", "profile":{ "reference":"http://hl7.org/fhir/Profile/Person" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "Person:link", "Person:organization", "Person:patient", "Person:practitioner", "Person:relatedperson" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"address", "type":"string", "documentation":"An address in any kind of address/part" }, { "name":"address-city", "type":"string", "documentation":"A city specified in an address" }, { "name":"address-country", "type":"string", "documentation":"A country specified in an address" }, { "name":"address-postalcode", "type":"string", "documentation":"A postal code specified in an address" }, { "name":"address-state", "type":"string", "documentation":"A state specified in an address" }, { "name":"address-use", "type":"token", "documentation":"A use code specified in an address" }, { "name":"birthdate", "type":"date", "documentation":"The person's date of birth" }, { "name":"email", "type":"token", "documentation":"A value in an email contact" }, { "name":"gender", "type":"token", "documentation":"The gender of the person" }, { "name":"identifier", "type":"token", "documentation":"A person Identifier" }, { "name":"link", "type":"reference", "documentation":"Any link has this Patient, Person, RelatedPerson or Practitioner reference", "target":[ "Patient", "Practitioner", "RelatedPerson", "Person" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "link", "name", "organization", "patient", "phone", "phonetic", "practitioner", "relatedperson", "telecom" ] }, { "name":"name", "type":"string", "documentation":"A portion of name in any name part" }, { "name":"organization", "type":"reference", "documentation":"The organization at which this person record is being managed", "target":[ "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"patient", "type":"reference", "documentation":"The Person links to this Patient", "target":[ "Patient", "Practitioner", "RelatedPerson", "Person" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "link", "name", "organization", "patient", "phone", "phonetic", "practitioner", "relatedperson", "telecom" ] }, { "name":"phone", "type":"token", "documentation":"A value in a phone contact" }, { "name":"phonetic", "type":"string", "documentation":"A portion of name using some kind of phonetic matching algorithm" }, { "name":"practitioner", "type":"reference", "documentation":"The Person links to this Practitioner", "target":[ "Patient", "Practitioner", "RelatedPerson", "Person" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "link", "name", "organization", "patient", "phone", "phonetic", "practitioner", "relatedperson", "telecom" ] }, { "name":"relatedperson", "type":"reference", "documentation":"The Person links to this RelatedPerson", "target":[ "Patient", "Practitioner", "RelatedPerson", "Person" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "link", "name", "organization", "patient", "phone", "phonetic", "practitioner", "relatedperson", "telecom" ] }, { "name":"telecom", "type":"token", "documentation":"The value in any kind of contact" } ] }, { "extension":[ { "url":"http://hl7api.sourceforge.net/hapi-fhir/res/extdefs.html#resourceCount", "valueDecimal":1757544 } ], "type":"Practitioner", "profile":{ "reference":"http://hl7.org/fhir/Profile/Practitioner" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "Practitioner:location", "Practitioner:organization" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"address", "type":"string", "documentation":"An address in any kind of address/part" }, { "name":"address-city", "type":"string", "documentation":"A city specified in an address" }, { "name":"address-country", "type":"string", "documentation":"A country specified in an address" }, { "name":"address-postalcode", "type":"string", "documentation":"A postalCode specified in an address" }, { "name":"address-state", "type":"string", "documentation":"A state specified in an address" }, { "name":"address-use", "type":"token", "documentation":"A use code specified in an address" }, { "name":"communication", "type":"token", "documentation":"One of the languages that the practitioner can communicate with" }, { "name":"email", "type":"token", "documentation":"A value in an email contact" }, { "name":"family", "type":"string", "documentation":"A portion of the family name" }, { "name":"gender", "type":"token", "documentation":"Gender of the practitioner" }, { "name":"given", "type":"string", "documentation":"A portion of the given name" }, { "name":"identifier", "type":"token", "documentation":"A practitioner's Identifier" }, { "name":"location", "type":"reference", "documentation":"One of the locations at which this practitioner provides care", "target":[ "Location" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type" ] }, { "name":"name", "type":"string", "documentation":"A portion of either family or given name" }, { "name":"organization", "type":"reference", "documentation":"The identity of the organization the practitioner represents / acts on behalf of", "target":[ "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"phone", "type":"token", "documentation":"A value in a phone contact" }, { "name":"phonetic", "type":"string", "documentation":"A portion of either family or given name using some kind of phonetic matching algorithm" }, { "name":"role", "type":"token", "documentation":"The practitioner can perform this role at for the organization" }, { "name":"specialty", "type":"token", "documentation":"The practitioner has this specialty at an organization" }, { "name":"telecom", "type":"token", "documentation":"The value in any kind of contact" } ] }, { "type":"Procedure", "profile":{ "reference":"http://hl7.org/fhir/Profile/Procedure" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "Procedure:encounter", "Procedure:location", "Procedure:patient", "Procedure:performer", "Procedure:subject" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"code", "type":"token", "documentation":"A code to identify a procedure" }, { "name":"date", "type":"date", "documentation":"Date/Period the procedure was performed" }, { "name":"encounter", "type":"reference", "documentation":"The encounter associated with the procedure", "target":[ "Encounter" ], "chain":[ "_id", "_language", "appointment", "condition", "date", "episodeofcare", "identifier", "incomingreferral", "indication", "length", "location", "location-period", "part-of", "participant", "participant-type", "patient", "practitioner", "procedure", "reason", "special-arrangement", "status", "type" ] }, { "name":"identifier", "type":"token", "documentation":"A unique identifier for a procedure" }, { "name":"location", "type":"reference", "documentation":"Where the procedure happened", "target":[ "Location" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type" ] }, { "name":"patient", "type":"reference", "documentation":"Search by subject - a patient", "target":[ "Patient", "Group" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "actual", "characteristic", "characteristic-value", "code", "exclude", "identifier", "member", "type", "value" ] }, { "name":"performer", "type":"reference", "documentation":"The reference to the practitioner", "target":[ "Practitioner", "Organization", "Patient", "RelatedPerson" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom" ] }, { "name":"subject", "type":"reference", "documentation":"Search by subject", "target":[ "Patient", "Group" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "actual", "characteristic", "characteristic-value", "code", "exclude", "identifier", "member", "type", "value" ] } ] }, { "type":"ProcedureRequest", "profile":{ "reference":"http://hl7.org/fhir/Profile/ProcedureRequest" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "ProcedureRequest:encounter", "ProcedureRequest:orderer", "ProcedureRequest:patient", "ProcedureRequest:performer", "ProcedureRequest:subject" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"encounter", "type":"reference", "documentation":"Encounter request created during", "target":[ "Encounter" ], "chain":[ "_id", "_language", "appointment", "condition", "date", "episodeofcare", "identifier", "incomingreferral", "indication", "length", "location", "location-period", "part-of", "participant", "participant-type", "patient", "practitioner", "procedure", "reason", "special-arrangement", "status", "type" ] }, { "name":"identifier", "type":"token", "documentation":"A unique identifier of the Procedure Request" }, { "name":"orderer", "type":"reference", "documentation":"Who made request", "target":[ "Practitioner", "Patient", "RelatedPerson", "Device" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url" ] }, { "name":"patient", "type":"reference", "documentation":"Search by subject - a patient", "target":[ "Patient", "Group" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "actual", "characteristic", "characteristic-value", "code", "exclude", "identifier", "member", "type", "value" ] }, { "name":"performer", "type":"reference", "documentation":"Who should perform the procedure", "target":[ "Practitioner", "Organization", "Patient", "RelatedPerson" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom" ] }, { "name":"subject", "type":"reference", "documentation":"Search by subject", "target":[ "Patient", "Group" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "actual", "characteristic", "characteristic-value", "code", "exclude", "identifier", "member", "type", "value" ] } ] }, { "type":"ProcessRequest", "profile":{ "reference":"http://hl7.org/fhir/Profile/ProcessRequest" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "ProcessRequest:organization", "ProcessRequest:provider" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"action", "type":"token", "documentation":"The action requested by this resource" }, { "name":"identifier", "type":"token", "documentation":"The business identifier of the ProcessRequest" }, { "name":"organization", "type":"reference", "documentation":"The organization who generated this request", "target":[ "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"provider", "type":"reference", "documentation":"The provider who regenerated this request", "target":[ "Practitioner" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom" ] } ] }, { "type":"ProcessResponse", "profile":{ "reference":"http://hl7.org/fhir/Profile/ProcessResponse" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "ProcessResponse:organization", "ProcessResponse:request", "ProcessResponse:requestorganization", "ProcessResponse:requestprovider" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"identifier", "type":"token", "documentation":"The business identifier of the Explanation of Benefit" }, { "name":"organization", "type":"reference", "documentation":"The organization who generated this resource", "target":[ "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"request", "type":"reference", "documentation":"The reference to the claim" }, { "name":"requestorganization", "type":"reference", "documentation":"The Organization who is responsible the request transaction", "target":[ "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"requestprovider", "type":"reference", "documentation":"The Provider who is responsible the request transaction", "target":[ "Practitioner" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom" ] } ] }, { "type":"Provenance", "profile":{ "reference":"http://hl7.org/fhir/Profile/Provenance" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "Provenance:agent", "Provenance:location", "Provenance:patient", "Provenance:target" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"agent", "type":"reference", "documentation":"Individual, device or organization playing role", "target":[ "Practitioner", "RelatedPerson", "Patient", "Device", "Organization" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"end", "type":"date", "documentation":"End time with inclusive boundary, if not ongoing" }, { "name":"entity", "type":"uri", "documentation":"Identity of entity" }, { "name":"entitytype", "type":"token", "documentation":"The type of resource in this entity" }, { "name":"location", "type":"reference", "documentation":"Where the activity occurred, if relevant", "target":[ "Location" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type" ] }, { "name":"patient", "type":"reference", "documentation":"Target Reference(s) (usually version specific)" }, { "name":"sigtype", "type":"token", "documentation":"Indication of the reason the entity signed the object(s)" }, { "name":"start", "type":"date", "documentation":"Starting time with inclusive boundary" }, { "name":"target", "type":"reference", "documentation":"Target Reference(s) (usually version specific)" }, { "name":"userid", "type":"token", "documentation":"Authorization-system identifier for the agent" } ] }, { "type":"Questionnaire", "profile":{ "reference":"http://hl7.org/fhir/Profile/Questionnaire" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"code", "type":"token", "documentation":"A code that corresponds to the questionnaire or one of its groups" }, { "name":"date", "type":"date", "documentation":"When the questionnaire was last changed" }, { "name":"identifier", "type":"token", "documentation":"An identifier for the questionnaire" }, { "name":"publisher", "type":"string", "documentation":"The author of the questionnaire" }, { "name":"status", "type":"token", "documentation":"The status of the questionnaire" }, { "name":"title", "type":"string", "documentation":"All or part of the name of the questionnaire" }, { "name":"version", "type":"string", "documentation":"The business version of the questionnaire" } ] }, { "type":"QuestionnaireResponse", "profile":{ "reference":"http://hl7.org/fhir/Profile/QuestionnaireResponse" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "QuestionnaireResponse:author", "QuestionnaireResponse:encounter", "QuestionnaireResponse:patient", "QuestionnaireResponse:questionnaire", "QuestionnaireResponse:source", "QuestionnaireResponse:subject" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"author", "type":"reference", "documentation":"The author of the questionnaire", "target":[ "Device", "Practitioner", "Patient", "RelatedPerson" ], "chain":[ "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom" ] }, { "name":"authored", "type":"date", "documentation":"When the questionnaire was authored" }, { "name":"encounter", "type":"reference", "documentation":"Encounter during which questionnaire was authored", "target":[ "Encounter" ], "chain":[ "_id", "_language", "appointment", "condition", "date", "episodeofcare", "identifier", "incomingreferral", "indication", "length", "location", "location-period", "part-of", "participant", "participant-type", "patient", "practitioner", "procedure", "reason", "special-arrangement", "status", "type" ] }, { "name":"patient", "type":"reference", "documentation":"The patient that is the subject of the questionnaire" }, { "name":"questionnaire", "type":"reference", "documentation":"The questionnaire the answers are provided for", "target":[ "Questionnaire" ], "chain":[ "_id", "_language", "code", "date", "identifier", "publisher", "status", "title", "version" ] }, { "name":"source", "type":"reference", "documentation":"The person who answered the questions", "target":[ "Patient", "Practitioner", "RelatedPerson" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom" ] }, { "name":"status", "type":"token", "documentation":"The status of the questionnaire response" }, { "name":"subject", "type":"reference", "documentation":"The subject of the questionnaire" } ] }, { "type":"ReferralRequest", "profile":{ "reference":"http://hl7.org/fhir/Profile/ReferralRequest" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "ReferralRequest:patient", "ReferralRequest:recipient", "ReferralRequest:requester" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"date", "type":"date", "documentation":"Creation or activation date" }, { "name":"patient", "type":"reference", "documentation":"Who the referral is about", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"priority", "type":"token", "documentation":"The priority assigned to the referral" }, { "name":"recipient", "type":"reference", "documentation":"The person that the referral was sent to", "target":[ "Practitioner", "Organization" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] }, { "name":"requester", "type":"reference", "documentation":"Requester of referral / transfer of care", "target":[ "Practitioner", "Organization", "Patient" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"specialty", "type":"token", "documentation":"The specialty that the referral is for" }, { "name":"status", "type":"token", "documentation":"The status of the referral" }, { "name":"type", "type":"token", "documentation":"The type of the referral" } ] }, { "type":"RelatedPerson", "profile":{ "reference":"http://hl7.org/fhir/Profile/RelatedPerson" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "RelatedPerson:patient" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"address", "type":"string", "documentation":"An address in any kind of address/part" }, { "name":"address-city", "type":"string", "documentation":"A city specified in an address" }, { "name":"address-country", "type":"string", "documentation":"A country specified in an address" }, { "name":"address-postalcode", "type":"string", "documentation":"A postal code specified in an address" }, { "name":"address-state", "type":"string", "documentation":"A state specified in an address" }, { "name":"address-use", "type":"token", "documentation":"A use code specified in an address" }, { "name":"birthdate", "type":"date", "documentation":"The Related Person's date of birth" }, { "name":"email", "type":"token", "documentation":"A value in an email contact" }, { "name":"gender", "type":"token", "documentation":"Gender of the person" }, { "name":"identifier", "type":"token", "documentation":"A patient Identifier" }, { "name":"name", "type":"string", "documentation":"A portion of name in any name part" }, { "name":"patient", "type":"reference", "documentation":"The patient this person is related to", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"phone", "type":"token", "documentation":"A value in a phone contact" }, { "name":"phonetic", "type":"string", "documentation":"A portion of name using some kind of phonetic matching algorithm" }, { "name":"telecom", "type":"token", "documentation":"The value in any kind of contact" } ] }, { "type":"RiskAssessment", "profile":{ "reference":"http://hl7.org/fhir/Profile/RiskAssessment" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "RiskAssessment:condition", "RiskAssessment:encounter", "RiskAssessment:patient", "RiskAssessment:performer", "RiskAssessment:subject" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"condition", "type":"reference", "documentation":"Condition assessed", "target":[ "Condition" ], "chain":[ "_id", "_language", "asserter", "body-site", "category", "clinicalstatus", "code", "date-recorded", "encounter", "evidence", "identifier", "onset", "onset-info", "patient", "severity", "stage" ] }, { "name":"date", "type":"date", "documentation":"When was assessment made?" }, { "name":"encounter", "type":"reference", "documentation":"Where was assessment performed?", "target":[ "Encounter" ], "chain":[ "_id", "_language", "appointment", "condition", "date", "episodeofcare", "identifier", "incomingreferral", "indication", "length", "location", "location-period", "part-of", "participant", "participant-type", "patient", "practitioner", "procedure", "reason", "special-arrangement", "status", "type" ] }, { "name":"identifier", "type":"token", "documentation":"Unique identifier for the assessment" }, { "name":"method", "type":"token", "documentation":"Evaluation mechanism" }, { "name":"patient", "type":"reference", "documentation":"Who/what does assessment apply to?", "target":[ "Patient", "Group" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "actual", "characteristic", "characteristic-value", "code", "exclude", "identifier", "member", "type", "value" ] }, { "name":"performer", "type":"reference", "documentation":"Who did assessment?", "target":[ "Practitioner", "Device" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url" ] }, { "name":"subject", "type":"reference", "documentation":"Who/what does assessment apply to?", "target":[ "Patient", "Group" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "actual", "characteristic", "characteristic-value", "code", "exclude", "identifier", "member", "type", "value" ] } ] }, { "type":"Schedule", "profile":{ "reference":"http://hl7.org/fhir/Profile/Schedule" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "Schedule:actor" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"actor", "type":"reference", "documentation":"The individual(HealthcareService, Practitioner, Location, ...) to find a Schedule for", "target":[ "Patient", "Practitioner", "RelatedPerson", "Device", "HealthcareService", "Location" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "birthdate", "email", "gender", "identifier", "name", "patient", "phone", "phonetic", "telecom", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "characteristic", "identifier", "location", "name", "organization", "programname", "servicecategory", "servicetype", "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "near", "near-distance", "organization", "partof", "status", "type" ] }, { "name":"date", "type":"date", "documentation":"Search for Schedule resources that have a period that contains this date specified" }, { "name":"identifier", "type":"token", "documentation":"A Schedule Identifier" }, { "name":"type", "type":"token", "documentation":"The type of appointments that can be booked into associated slot(s)" } ] }, { "type":"SearchParameter", "profile":{ "reference":"http://hl7.org/fhir/Profile/SearchParameter" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"base", "type":"token", "documentation":"The resource type this search parameter applies to" }, { "name":"code", "type":"token", "documentation":"Code used in URL" }, { "name":"description", "type":"string", "documentation":"Documentation for search parameter" }, { "name":"name", "type":"string", "documentation":"Informal name for this search parameter" }, { "name":"target", "type":"token", "documentation":"Types of resource (if a resource reference)" }, { "name":"type", "type":"token", "documentation":"number | date | string | token | reference | composite | quantity | uri" }, { "name":"url", "type":"uri", "documentation":"Absolute URL used to reference this search parameter" } ] }, { "type":"Sequence", "profile":{ "reference":"http://hl7.org/fhir/Profile/Sequence" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"chromosome", "type":"token", "documentation":"Chromosome of the sequence" }, { "name":"end", "type":"number", "documentation":"End position (0-based exclusive) of the sequence" }, { "name":"species", "type":"token", "documentation":"The organism from which sample of the sequence was extracted." }, { "name":"start", "type":"number", "documentation":"Start position (0-based inclusive) of the sequence" }, { "name":"type", "type":"token", "documentation":"The type of the variant: Amino acid / cDNA transcript / RNA variation." }, { "name":"variationid", "type":"token", "documentation":"Identifier for variant" } ] }, { "type":"Slot", "profile":{ "reference":"http://hl7.org/fhir/Profile/Slot" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "Slot:schedule" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"fb-type", "type":"token", "documentation":"The free/busy status of the appointment" }, { "name":"identifier", "type":"token", "documentation":"A Slot Identifier" }, { "name":"schedule", "type":"reference", "documentation":"The Schedule Resource that we are seeking a slot within", "target":[ "Schedule" ], "chain":[ "_id", "_language", "actor", "date", "identifier", "type" ] }, { "name":"slot-type", "type":"token", "documentation":"The type of appointments that can be booked into the slot" }, { "name":"start", "type":"date", "documentation":"Appointment date/time." } ] }, { "type":"Specimen", "profile":{ "reference":"http://hl7.org/fhir/Profile/Specimen" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "Specimen:collector", "Specimen:parent", "Specimen:patient", "Specimen:subject" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"accession", "type":"token", "documentation":"The accession number associated with the specimen" }, { "name":"bodysite", "type":"token", "documentation":"The code for the body site from where the specimen originated" }, { "name":"collected", "type":"date", "documentation":"The date the specimen was collected" }, { "name":"collector", "type":"reference", "documentation":"Who collected the specimen", "target":[ "Practitioner" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom" ] }, { "name":"container", "type":"token", "documentation":"The kind of specimen container" }, { "name":"container-id", "type":"token", "documentation":"The unique identifier associated with the specimen container" }, { "name":"identifier", "type":"token", "documentation":"The unique identifier associated with the specimen" }, { "name":"parent", "type":"reference", "documentation":"The parent of the specimen", "target":[ "Specimen" ], "chain":[ "_id", "_language", "accession", "bodysite", "collected", "collector", "container", "container-id", "identifier", "parent", "patient", "subject", "type" ] }, { "name":"patient", "type":"reference", "documentation":"The patient the specimen comes from", "target":[ "Patient", "Group", "Device", "Substance" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "actual", "characteristic", "characteristic-value", "code", "exclude", "identifier", "member", "type", "value", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "category", "code", "container-identifier", "expiry", "identifier", "quantity", "substance" ] }, { "name":"subject", "type":"reference", "documentation":"The subject of the specimen", "target":[ "Patient", "Group", "Device", "Substance" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom", "_id", "_language", "actual", "characteristic", "characteristic-value", "code", "exclude", "identifier", "member", "type", "value", "_id", "_language", "identifier", "location", "manufacturer", "model", "organization", "patient", "type", "udi", "url", "_id", "_language", "category", "code", "container-identifier", "expiry", "identifier", "quantity", "substance" ] }, { "name":"type", "type":"token", "documentation":"The specimen type" } ] }, { "type":"StructureDefinition", "profile":{ "reference":"http://hl7.org/fhir/Profile/StructureDefinition" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "StructureDefinition:valueset" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"abstract", "type":"token", "documentation":"Whether the structure is abstract" }, { "name":"base", "type":"uri", "documentation":"Structure that this set of constraints applies to" }, { "name":"base-path", "type":"token", "documentation":"Path that identifies the base element" }, { "name":"code", "type":"token", "documentation":"A code for the profile" }, { "name":"context", "type":"token", "documentation":"A use context assigned to the structure" }, { "name":"context-type", "type":"token", "documentation":"resource | datatype | mapping | extension" }, { "name":"date", "type":"date", "documentation":"The profile publication date" }, { "name":"description", "type":"string", "documentation":"Text search in the description of the profile" }, { "name":"display", "type":"string", "documentation":"Use this name when displaying the value" }, { "name":"experimental", "type":"token", "documentation":"If for testing purposes, not real usage" }, { "name":"ext-context", "type":"string", "documentation":"Where the extension can be used in instances" }, { "name":"identifier", "type":"token", "documentation":"The identifier of the profile" }, { "name":"kind", "type":"token", "documentation":"datatype | resource | logical" }, { "name":"name", "type":"string", "documentation":"Name of the profile" }, { "name":"path", "type":"token", "documentation":"A path that is constrained in the profile" }, { "name":"publisher", "type":"string", "documentation":"Name of the publisher of the profile" }, { "name":"status", "type":"token", "documentation":"The current status of the profile" }, { "name":"type", "type":"token", "documentation":"Any datatype or resource, including abstract ones" }, { "name":"url", "type":"uri", "documentation":"Absolute URL used to reference this StructureDefinition" }, { "name":"valueset", "type":"reference", "documentation":"A vocabulary binding reference" }, { "name":"version", "type":"token", "documentation":"The version identifier of the profile" } ] }, { "type":"Subscription", "profile":{ "reference":"http://hl7.org/fhir/Profile/Subscription" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"contact", "type":"token", "documentation":"Contact details for source (e.g. troubleshooting)" }, { "name":"criteria", "type":"string", "documentation":"Rule for server push criteria" }, { "name":"payload", "type":"string", "documentation":"Mimetype to send, or blank for no payload" }, { "name":"status", "type":"token", "documentation":"requested | active | error | off" }, { "name":"tag", "type":"token", "documentation":"A tag to add to matching resources" }, { "name":"type", "type":"token", "documentation":"rest-hook | websocket | email | sms | message" }, { "name":"url", "type":"uri", "documentation":"Where the channel points to" } ] }, { "type":"Substance", "profile":{ "reference":"http://hl7.org/fhir/Profile/Substance" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "Substance:substance" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"category", "type":"token", "documentation":"The category of the substance" }, { "name":"code", "type":"token", "documentation":"The code of the substance" }, { "name":"container-identifier", "type":"token", "documentation":"Identifier of the package/container" }, { "name":"expiry", "type":"date", "documentation":"Expiry date of package or container of substance" }, { "name":"identifier", "type":"token", "documentation":"Unique identifier for the substance" }, { "name":"quantity", "type":"quantity", "documentation":"Amount of substance in the package" }, { "name":"substance", "type":"reference", "documentation":"A component of the substance", "target":[ "Substance" ], "chain":[ "_id", "_language", "category", "code", "container-identifier", "expiry", "identifier", "quantity", "substance" ] } ] }, { "type":"SupplyDelivery", "profile":{ "reference":"http://hl7.org/fhir/Profile/SupplyDelivery" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "SupplyDelivery:patient", "SupplyDelivery:receiver", "SupplyDelivery:supplier" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"identifier", "type":"token", "documentation":"External identifier" }, { "name":"patient", "type":"reference", "documentation":"Patient for whom the item is supplied", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"receiver", "type":"reference", "documentation":"Who collected the Supply", "target":[ "Practitioner" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom" ] }, { "name":"status", "type":"token", "documentation":"in-progress | completed | abandoned" }, { "name":"supplier", "type":"reference", "documentation":"Dispenser", "target":[ "Practitioner" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom" ] } ] }, { "type":"SupplyRequest", "profile":{ "reference":"http://hl7.org/fhir/Profile/SupplyRequest" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "SupplyRequest:patient", "SupplyRequest:source", "SupplyRequest:supplier" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"date", "type":"date", "documentation":"When the request was made" }, { "name":"identifier", "type":"token", "documentation":"Unique identifier" }, { "name":"kind", "type":"token", "documentation":"The kind of supply (central, non-stock, etc.)" }, { "name":"patient", "type":"reference", "documentation":"Patient for whom the item is supplied", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"source", "type":"reference", "documentation":"Who initiated this order", "target":[ "Practitioner", "Organization", "Patient" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type", "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"status", "type":"token", "documentation":"requested | completed | failed | cancelled" }, { "name":"supplier", "type":"reference", "documentation":"Who is intended to fulfill the request", "target":[ "Organization" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "identifier", "name", "partof", "phonetic", "type" ] } ] }, { "type":"TestScript", "profile":{ "reference":"http://hl7.org/fhir/Profile/TestScript" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"description", "type":"string", "documentation":"Natural language description of the TestScript" }, { "name":"identifier", "type":"token", "documentation":"External identifier" }, { "name":"name", "type":"string", "documentation":"Informal name for this TestScript" }, { "name":"testscript-capability", "type":"string", "documentation":"TestScript required and validated capability" }, { "name":"testscript-setup-capability", "type":"string", "documentation":"TestScript setup required and validated capability" }, { "name":"testscript-test-capability", "type":"string", "documentation":"TestScript test required and validated capability" }, { "name":"url", "type":"uri", "documentation":"Absolute URL used to reference this TestScript" } ] }, { "type":"ValueSet", "profile":{ "reference":"http://hl7.org/fhir/Profile/ValueSet" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"code", "type":"token", "documentation":"A code defined in the value set" }, { "name":"context", "type":"token", "documentation":"A use context assigned to the value set" }, { "name":"date", "type":"date", "documentation":"The value set publication date" }, { "name":"description", "type":"string", "documentation":"Text search in the description of the value set" }, { "name":"expansion", "type":"uri", "documentation":"Uniquely identifies this expansion" }, { "name":"identifier", "type":"token", "documentation":"The identifier for the value set" }, { "name":"name", "type":"string", "documentation":"The name of the value set" }, { "name":"publisher", "type":"string", "documentation":"Name of the publisher of the value set" }, { "name":"reference", "type":"uri", "documentation":"A code system included or excluded in the value set or an imported value set" }, { "name":"status", "type":"token", "documentation":"The status of the value set" }, { "name":"system", "type":"uri", "documentation":"The system for any codes defined by this value set" }, { "name":"url", "type":"uri", "documentation":"The logical URL for the value set" }, { "name":"version", "type":"token", "documentation":"The version identifier of the value set" } ] }, { "type":"VisionPrescription", "profile":{ "reference":"http://hl7.org/fhir/Profile/VisionPrescription" }, "interaction":[ { "code":"read" }, { "code":"vread" }, { "code":"update" }, { "code":"delete" }, { "code":"history-instance" }, { "code":"history-type" }, { "code":"create" }, { "code":"search-type" } ], "conditionalCreate":true, "conditionalUpdate":true, "conditionalDelete":"multiple", "searchInclude":[ "*", "VisionPrescription:encounter", "VisionPrescription:patient", "VisionPrescription:prescriber" ], "searchParam":[ { "name":"_content", "type":"string", "documentation":"Search the contents of the resource's data using a fulltext search" }, { "name":"_id", "type":"string", "documentation":"The resource identity" }, { "name":"_language", "type":"string", "documentation":"The resource language" }, { "name":"_lastUpdated", "type":"date", "documentation":"Only return resources which were last updated as specified by the given range" }, { "name":"_profile", "type":"uri", "documentation":"Search for resources which have the given profile" }, { "name":"_security", "type":"token", "documentation":"Search for resources which have the given security labels" }, { "name":"_tag", "type":"token", "documentation":"Search for resources which have the given tag" }, { "name":"_text", "type":"string", "documentation":"Search the contents of the resource's narrative using a fulltext search" }, { "name":"datewritten", "type":"date", "documentation":"Return prescriptions written on this date" }, { "name":"encounter", "type":"reference", "documentation":"Return prescriptions with this encounter identifier", "target":[ "Encounter" ], "chain":[ "_id", "_language", "appointment", "condition", "date", "episodeofcare", "identifier", "incomingreferral", "indication", "length", "location", "location-period", "part-of", "participant", "participant-type", "patient", "practitioner", "procedure", "reason", "special-arrangement", "status", "type" ] }, { "name":"identifier", "type":"token", "documentation":"Return prescriptions with this external identifier" }, { "name":"patient", "type":"reference", "documentation":"The identity of a patient to list dispenses for", "target":[ "Patient" ], "chain":[ "_id", "_language", "active", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "animal-breed", "animal-species", "birthdate", "careprovider", "deathdate", "deceased", "email", "family", "gender", "given", "identifier", "language", "link", "name", "organization", "phone", "phonetic", "telecom" ] }, { "name":"prescriber", "type":"reference", "documentation":"Who authorizes the vision product", "target":[ "Practitioner" ], "chain":[ "_id", "_language", "address", "address-city", "address-country", "address-postalcode", "address-state", "address-use", "communication", "email", "family", "gender", "given", "identifier", "location", "name", "organization", "phone", "phonetic", "role", "specialty", "telecom" ] } ] } ], "interaction":[ { "code":"history-system" }, { "code":"transaction" } ], "operation":[ { "name":"$get-resource-counts", "definition":{ "reference":"OperationDefinition/get-resource-counts" } }, { "name":"$mark-all-resources-for-reindexing", "definition":{ "reference":"OperationDefinition/mark-all-resources-for-reindexing" } }, { "name":"$suggest-keywords", "definition":{ "reference":"OperationDefinition/suggest-keywords" } }, { "name":"$meta", "definition":{ "reference":"OperationDefinition/meta" } }, { "name":"$validate", "definition":{ "reference":"OperationDefinition/validate" } }, { "name":"$meta-add", "definition":{ "reference":"OperationDefinition/meta-add" } }, { "name":"$meta-delete", "definition":{ "reference":"OperationDefinition/meta-delete" } }, { "name":"$everything", "definition":{ "reference":"OperationDefinition/everything" } }, { "name":"$validate-code", "definition":{ "reference":"OperationDefinition/validate-code" } }, { "name":"$expand", "definition":{ "reference":"OperationDefinition/expand" } }, { "name":"$lookup", "definition":{ "reference":"OperationDefinition/lookup" } } ] } ] } """ |